aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_main.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-03-22 21:03:47 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-03-22 21:03:47 +0000
commit58f723374b68a796eb79971dc1738a757017672f (patch)
tree7ca09ec5c5d4ee2597fe692f045899cd818ef6c5 /phpBB/install/install_main.php
parent22063e974adda03672656edbcd879d63122512c1 (diff)
downloadforums-58f723374b68a796eb79971dc1738a757017672f.tar
forums-58f723374b68a796eb79971dc1738a757017672f.tar.gz
forums-58f723374b68a796eb79971dc1738a757017672f.tar.bz2
forums-58f723374b68a796eb79971dc1738a757017672f.tar.xz
forums-58f723374b68a796eb79971dc1738a757017672f.zip
Adding in the next page of the installer
Note that this still falls back to the old code part-way through the install git-svn-id: file:///svn/phpbb/trunk@5702 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_main.php')
-rwxr-xr-xphpBB/install/install_main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_main.php b/phpBB/install/install_main.php
index 271705b51d..cde8bcb3f2 100755
--- a/phpBB/install/install_main.php
+++ b/phpBB/install/install_main.php
@@ -36,7 +36,7 @@ class install_main extends module
{
global $lang, $template;
- switch($sub)
+ switch ($sub)
{
case 'intro' :
$title = $lang['SUB_INTRO'];