1
0
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:
Meik Sievertsen
2006-05-28 15:42:06 +00:00
parent 1526ae1fc8
commit d5b6b9cf85
2 changed files with 7 additions and 2 deletions

View File

@@ -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(