mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix: typo
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
372c9d2ee6
commit
fa84f52c3f
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class PhpOpcacheSetup implements ISetupCheck {
|
|||
|
||||
public function run(): SetupResult {
|
||||
// Skip OPcache checks if running from CLI
|
||||
if (OC::$CLI && !$this->iniGetWrapper->getBool('opcache.enable_cli')) {
|
||||
if (\OC::$CLI && !$this->iniGetWrapper->getBool('opcache.enable_cli')) {
|
||||
return SetupResult::success($this->l10n->t('Checking from CLI, OPcache checks have been skipped.'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue