diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-25 12:47:38 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-25 12:47:38 +0000 |
| commit | 04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53 (patch) | |
| tree | 60c85a27d9c671c2cab80d099636c887e40f0321 /phpBB/admin/admin_forums.php | |
| parent | 70968cb0250437902dbb3423bf2b62df3cab183b (diff) | |
| download | forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar.gz forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar.bz2 forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.tar.xz forums-04e53a1f7cb04b0e4218f3f4d575af6e64ea9a53.zip | |
Various updates + search indexing prelim stuff ... hosts will hate this version!
git-svn-id: file:///svn/phpbb/trunk@2735 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_forums.php')
| -rw-r--r-- | phpBB/admin/admin_forums.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
