aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-10-30 15:43:07 -0700
committerCesar G <prototech91@gmail.com>2013-10-30 15:43:07 -0700
commit05dd4d55d2f5c4293c794f0f3f061cb551a5bb50 (patch)
tree3c48ce24a1dcfe37d6a74570e5ca242c9373b89e /phpBB/includes
parent7251feab67d8e457c052ac0bcd05f8b685d1d56c (diff)
downloadforums-05dd4d55d2f5c4293c794f0f3f061cb551a5bb50.tar
forums-05dd4d55d2f5c4293c794f0f3f061cb551a5bb50.tar.gz
forums-05dd4d55d2f5c4293c794f0f3f061cb551a5bb50.tar.bz2
forums-05dd4d55d2f5c4293c794f0f3f061cb551a5bb50.tar.xz
forums-05dd4d55d2f5c4293c794f0f3f061cb551a5bb50.zip
[ticket/11987] Replace {PHPBB_ROOT_PATH} with {ROOT_PATH}.
PHPBB3-11987
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_attachments.php1
-rw-r--r--phpBB/includes/acp/acp_icons.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php
index 55459739ca..2282863746 100644
--- a/phpBB/includes/acp/acp_attachments.php
+++ b/phpBB/includes/acp/acp_attachments.php
@@ -748,7 +748,6 @@ class acp_attachments
}
$template->assign_vars(array(
- 'PHPBB_ROOT_PATH' => $phpbb_root_path,
'IMG_PATH' => $img_path,
'ACTION' => $action,
'GROUP_ID' => $group_id,
diff --git a/phpBB/includes/acp/acp_icons.php b/phpBB/includes/acp/acp_icons.php
index 5b23f9c3a0..368651a79e 100644
--- a/phpBB/includes/acp/acp_icons.php
+++ b/phpBB/includes/acp/acp_icons.php
@@ -307,7 +307,6 @@ class acp_icons
'IMG_SRC' => $phpbb_root_path . $img_path . '/' . $default_row['smiley_url'],
'IMG_PATH' => $img_path,
- 'PHPBB_ROOT_PATH' => $phpbb_root_path,
'CODE' => $default_row['code'],
'EMOTION' => $default_row['emotion'],