aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/start.php b/engine/start.php
index 5e9093fae..b238966d3 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -44,9 +44,8 @@
* Load the system settings
*/
- if (!@include_once(dirname(__FILE__) . "/settings.php")) { // Global settings
+ if (!@include_once(dirname(__FILE__) . "/settings.php")) // Global settings
throw new InstallationException("Elgg could not load the settings file.");
- }
/**