aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-05-24 22:00:10 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-05-24 22:00:10 +0200
commit64e2230d1915b56738789b929248edf9812221ff (patch)
tree539eb0f73e422abdd6c6648feed7f5002b143dae /phpBB
parent4b0d51adea5ca0214e917c61c7920ca4d057c06d (diff)
parent01fb9ea3e37aea5d6e468229c681b5b797539c11 (diff)
downloadforums-64e2230d1915b56738789b929248edf9812221ff.tar
forums-64e2230d1915b56738789b929248edf9812221ff.tar.gz
forums-64e2230d1915b56738789b929248edf9812221ff.tar.bz2
forums-64e2230d1915b56738789b929248edf9812221ff.tar.xz
forums-64e2230d1915b56738789b929248edf9812221ff.zip
Merge remote-tracking branch 'cyberalien/ticket/11560' into develop
* cyberalien/ticket/11560: [ticket/11560] Fix jQuery link in installer
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 4a3538e545..f745f51974 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -373,6 +373,7 @@ class module
'L_SKIP' => $lang['SKIP'],
'PAGE_TITLE' => $this->get_page_title(),
'T_IMAGE_PATH' => htmlspecialchars($phpbb_admin_path) . 'images/',
+ 'T_JQUERY_LINK' => $phpbb_root_path . 'assets/javascript/jquery.js',
'S_CONTENT_DIRECTION' => $lang['DIRECTION'],
'S_CONTENT_FLOW_BEGIN' => ($lang['DIRECTION'] == 'ltr') ? 'left' : 'right',