diff options
author | kondou <kondou@ts.unde.re> | 2013-08-18 10:33:09 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-18 10:33:09 +0200 |
commit | 65d802329f8307cd010a306073d2d3ffd7dc7b74 (patch) | |
tree | c40ce107341d3f4a2a8c92889b409b67cfa35d62 /core | |
parent | 9c5416fe4a12acf5631b8822feb942143bf2408f (diff) | |
download | nextcloud-server-65d802329f8307cd010a306073d2d3ffd7dc7b74.tar.gz nextcloud-server-65d802329f8307cd010a306073d2d3ffd7dc7b74.zip |
Fix some naming and spacing in lib/util.php
Diffstat (limited to 'core')
-rw-r--r-- | core/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/setup.php b/core/setup.php index 1a2eac16030..4758c23b045 100644 --- a/core/setup.php +++ b/core/setup.php @@ -34,7 +34,7 @@ $opts = array( 'hasMSSQL' => $hasMSSQL, 'directory' => $datadir, 'secureRNG' => OC_Util::secureRNGAvailable(), - 'htaccessWorking' => OC_Util::isHtaccessWorking(), + 'htaccessWorking' => OC_Util::isHtAccessWorking(), 'vulnerableToNullByte' => $vulnerableToNullByte, 'errors' => array(), ); |