diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2015-07-22 12:43:17 +0200 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2015-07-22 12:43:17 +0200 |
commit | 3356130ce2adf82248cf64fcaa81a47713ce7987 (patch) | |
tree | 4fa874a780a56de7798b293a904cc835c6045597 /phpBB/phpbb/install/controller/installer_index.php | |
parent | 0c49b88dde77894a91145314d2d3bf4388082075 (diff) | |
download | forums-3356130ce2adf82248cf64fcaa81a47713ce7987.tar forums-3356130ce2adf82248cf64fcaa81a47713ce7987.tar.gz forums-3356130ce2adf82248cf64fcaa81a47713ce7987.tar.bz2 forums-3356130ce2adf82248cf64fcaa81a47713ce7987.tar.xz forums-3356130ce2adf82248cf64fcaa81a47713ce7987.zip |
[ticket/13740] Separate new installer style templates
PHPBB3-13740
Diffstat (limited to 'phpBB/phpbb/install/controller/installer_index.php')
-rw-r--r-- | phpBB/phpbb/install/controller/installer_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/controller/installer_index.php b/phpBB/phpbb/install/controller/installer_index.php index 0a1855f4e5..8e1874984b 100644 --- a/phpBB/phpbb/install/controller/installer_index.php +++ b/phpBB/phpbb/install/controller/installer_index.php @@ -74,6 +74,6 @@ class installer_index 'BODY' => $body, )); - return $this->helper->render('install_main.html', $title, true); + return $this->helper->render('installer_main.html', $title, true); } } |