From 2e1e7b19be7bcb78652b8da599183896246ecaf5 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 16 Nov 2010 00:58:47 +0000 Subject: Pulled in hellekin's fixes from https://github.com/Elgg/Elgg/pull/2 git-svn-id: http://code.elgg.org/elgg/trunk@7324 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ElggInstaller.php') 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")) { -- cgit v1.2.3