fixing typo on $htaccessWorking - testing own code before pushing is appreciated
This commit is contained in:
parent
a3705ce188
commit
071b8033cb
|
@ -64,8 +64,9 @@ class Controller {
|
|||
|
||||
// Protect data directory here, so we can test if the protection is working
|
||||
\OC_Setup::protectDataDirectory();
|
||||
$htaccessWorking = false;
|
||||
try {
|
||||
$htaccessworking = \OC_Util::isHtAccessWorking();
|
||||
$htaccessWorking = \OC_Util::isHtAccessWorking();
|
||||
} catch (\OC\HintException $e) {
|
||||
$errors[] = array(
|
||||
'error' => $e->getMessage(),
|
||||
|
|
Loading…
Reference in New Issue