From 99074cab54492a3b794951210db119e9bfa26081 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Sat, 9 Feb 2019 16:10:43 +0100 Subject: [PATCH] #3521 - Tweaked forum e_url.php to prevent conflicts when using 'new' in SEF URL --- e107_plugins/forum/e_url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/e_url.php b/e107_plugins/forum/e_url.php index 99449fd76..8d0633b6a 100644 --- a/e107_plugins/forum/e_url.php +++ b/e107_plugins/forum/e_url.php @@ -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' );