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' );