aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-04-24 20:39:24 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-04-24 20:39:24 -0500
commit9c4553c41f0e0f2c28fb95b5e56886f77cb759ba (patch)
treef0040dcd85cef6bab9b28f52ab599052f5ee00d9 /phpBB/download
parentf49993766e2bcf4efe346e29972f3721b1b1438a (diff)
downloadforums-9c4553c41f0e0f2c28fb95b5e56886f77cb759ba.tar
forums-9c4553c41f0e0f2c28fb95b5e56886f77cb759ba.tar.gz
forums-9c4553c41f0e0f2c28fb95b5e56886f77cb759ba.tar.bz2
forums-9c4553c41f0e0f2c28fb95b5e56886f77cb759ba.tar.xz
forums-9c4553c41f0e0f2c28fb95b5e56886f77cb759ba.zip
[ticket/11335] Replace "$phpEx" with $phpEx
PHPBB3-11335
Diffstat (limited to 'phpBB/download')
-rw-r--r--phpBB/download/file.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index ac37737184..eee2090da0 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -50,9 +50,9 @@ if (isset($_GET['avatar']))
require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
// Setup class loader first
- $phpbb_class_loader = new phpbb_class_loader('phpbb_', "{$phpbb_root_path}includes/", "$phpEx");
+ $phpbb_class_loader = new phpbb_class_loader('phpbb_', "{$phpbb_root_path}includes/", $phpEx);
$phpbb_class_loader->register();
- $phpbb_class_loader_ext = new phpbb_class_loader('phpbb_ext_', "{$phpbb_root_path}ext/", "$phpEx");
+ $phpbb_class_loader_ext = new phpbb_class_loader('phpbb_ext_', "{$phpbb_root_path}ext/", $phpEx);
$phpbb_class_loader_ext->register();
// Set up container