diff options
Diffstat (limited to 'install/ElggInstaller.php')
-rw-r--r-- | install/ElggInstaller.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index de2cccf58..e52e3b056 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -555,7 +555,7 @@ class ElggInstaller { } /** - * Check the different nstall steps for completion + * Check the different install steps for completion * * @return void */ @@ -889,7 +889,7 @@ class ElggInstaller { * * @return bool */ - protected function checkSettingsFile(&$report) { + protected function checkSettingsFile(&$report = array()) { global $CONFIG; if (!file_exists("{$CONFIG->path}engine/settings.php")) { |