From cd33e6a791409bf0898d6d1db5938b09415289fb Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 13 Oct 2010 11:01:16 +0000 Subject: Fixes #2556 - one step install now supported with sample cli script git-svn-id: http://code.elgg.org/elgg/trunk@7067 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggRewriteTester.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ElggRewriteTester.php') diff --git a/install/ElggRewriteTester.php b/install/ElggRewriteTester.php index 6a4d5d16d..69da77721 100644 --- a/install/ElggRewriteTester.php +++ b/install/ElggRewriteTester.php @@ -91,7 +91,7 @@ class ElggRewriteTester { * @param string $path Elgg's root directory with trailing slash * @return bool */ - protected function createHtaccess($path) { + public function createHtaccess($path) { $filename = "{$path}.htaccess"; if (file_exists($filename)) { // check that this is the Elgg .htaccess -- cgit v1.2.3