mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
#3521 - Tweaked forum e_url.php to prevent conflicts when using 'new' in SEF URL
This commit is contained in:
@@ -51,7 +51,7 @@ class forum_url // plugin-folder + '_url'
|
||||
);
|
||||
|
||||
$config['new'] = array(
|
||||
'regex' => '^forum/new?',
|
||||
'regex' => '^forum/new$/?',
|
||||
'sef' => 'forum/new',
|
||||
'redirect' => '{e_PLUGIN}forum/forum.php?new'
|
||||
);
|
||||
|
Reference in New Issue
Block a user