diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-09-07 16:52:51 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-09-07 16:52:51 +0000 |
| commit | 13e01d7b93a9f4acf44766ca474956e349e99621 (patch) | |
| tree | 66707e4ccec4aae60b4c83ce73abfc0a72d9f816 /phpBB/adm/admin_bbcodes.php | |
| parent | 0b78036d66afea4790fa70109813e3ec4a6e9b87 (diff) | |
| download | forums-13e01d7b93a9f4acf44766ca474956e349e99621.tar forums-13e01d7b93a9f4acf44766ca474956e349e99621.tar.gz forums-13e01d7b93a9f4acf44766ca474956e349e99621.tar.bz2 forums-13e01d7b93a9f4acf44766ca474956e349e99621.tar.xz forums-13e01d7b93a9f4acf44766ca474956e349e99621.zip | |
Extension var update
git-svn-id: file:///svn/phpbb/trunk@4480 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/admin_bbcodes.php')
| -rw-r--r-- | phpBB/adm/admin_bbcodes.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/adm/admin_bbcodes.php b/phpBB/adm/admin_bbcodes.php index e8c2550644..0ecf9b5ee7 100644 --- a/phpBB/adm/admin_bbcodes.php +++ b/phpBB/adm/admin_bbcodes.php @@ -18,9 +18,7 @@ if (!empty($setmodules)) return; } - $filename = basename(__FILE__); - $module['POST']['BBCODES'] = $filename . $SID; - + $module['POST']['BBCODES'] = basename(__FILE__) . $SID; return; } |
