diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-04-21 09:35:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-21 09:35:01 +0200 |
commit | e9b00f84b85e97283b83cf951f9bd262e627ae9a (patch) | |
tree | bcc89a56e67397461a1afd54e0836315fd06e08a /settings | |
parent | c4bd01456b7fc8e531af1e8cc37dbff4f1ca8578 (diff) | |
parent | 73b6cd1061480078ec252c1e5e1d97ac48ea892a (diff) | |
download | nextcloud-server-e9b00f84b85e97283b83cf951f9bd262e627ae9a.tar.gz nextcloud-server-e9b00f84b85e97283b83cf951f9bd262e627ae9a.zip |
Merge pull request #4406 from nextcloud/fix-unit-test-problems
Fix unit test problems
Diffstat (limited to 'settings')
-rw-r--r-- | settings/Controller/CheckSetupController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/Controller/CheckSetupController.php b/settings/Controller/CheckSetupController.php index 5e2aa365f67..58de0f4e6d1 100644 --- a/settings/Controller/CheckSetupController.php +++ b/settings/Controller/CheckSetupController.php @@ -373,7 +373,7 @@ Raw output * Checks whether a PHP opcache is properly set up * @return bool */ - private function isOpcacheProperlySetup() { + protected function isOpcacheProperlySetup() { $iniWrapper = new IniGetWrapper(); $isOpcacheProperlySetUp = true; |