mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
- get every bbcode tpl block defined within bbcode.html. ;) (#1889)
git-svn-id: file:///svn/phpbb/trunk@5977 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -76,7 +76,7 @@ class session
|
||||
// We are on the base level (phpBB root == webroot), lets adjust the variables a bit...
|
||||
if (!$root_script_path)
|
||||
{
|
||||
$root_script_path = ($page_dir) ? str_replace($page_dir, '', $script_path) : $script_path;;
|
||||
$root_script_path = ($page_dir) ? str_replace($page_dir, '', $script_path) : $script_path;
|
||||
}
|
||||
|
||||
$page_array += array(
|
||||
|
Reference in New Issue
Block a user