aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/controller/installer_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/controller/installer_index.php')
-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 3d5224f1be..0a1855f4e5 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);
+ return $this->helper->render('install_main.html', $title, true);
}
}