aboutsummaryrefslogtreecommitdiff
path: root/install/ElggRewriteTester.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/ElggRewriteTester.php')
-rw-r--r--install/ElggRewriteTester.php2
1 files changed, 1 insertions, 1 deletions
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