aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/controller
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-07-22 12:43:17 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-22 12:43:17 +0200
commit3356130ce2adf82248cf64fcaa81a47713ce7987 (patch)
tree4fa874a780a56de7798b293a904cc835c6045597 /phpBB/phpbb/install/controller
parent0c49b88dde77894a91145314d2d3bf4388082075 (diff)
downloadforums-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')
-rw-r--r--phpBB/phpbb/install/controller/installer_index.php2
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);
}
}