From 04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 25 Jul 2002 12:47:38 +0000 Subject: Various updates + search indexing prelim stuff ... hosts will hate this version! git-svn-id: file:///svn/phpbb/trunk@2735 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_forums.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/admin/admin_forums.php') diff --git a/phpBB/admin/admin_forums.php b/phpBB/admin/admin_forums.php index 223949ebe7..644bd7ebfb 100644 --- a/phpBB/admin/admin_forums.php +++ b/phpBB/admin/admin_forums.php @@ -25,7 +25,7 @@ define('IN_PHPBB', 1); if( !empty($setmodules) ) { $file = basename(__FILE__); - $module['Forums']['Manage'] = $file; + $module['Forums']['Manage'] = $file . $SID; return; } -- cgit v1.2.1