aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/installer.php')
-rw-r--r--phpBB/phpbb/install/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/installer.php b/phpBB/phpbb/install/installer.php
index adf0ec8ac2..b5709e96c7 100644
--- a/phpBB/phpbb/install/installer.php
+++ b/phpBB/phpbb/install/installer.php
@@ -284,7 +284,7 @@ class installer
}
catch (cannot_build_container_exception $e)
{
- // Do not do anything, this is just means there is no config.php yet
+ // Do not do anything, this just means there is no config.php yet
}
}
else