Skip to content

Commit fa84f52

Browse files
authored
fix: typo
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
1 parent 372c9d2 commit fa84f52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/lib/SetupChecks/PhpOpcacheSetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected function getOpcacheSetupRecommendations(): array {
115115

116116
public function run(): SetupResult {
117117
// Skip OPcache checks if running from CLI
118-
if (OC::$CLI && !$this->iniGetWrapper->getBool('opcache.enable_cli')) {
118+
if (\OC::$CLI && !$this->iniGetWrapper->getBool('opcache.enable_cli')) {
119119
return SetupResult::success($this->l10n->t('Checking from CLI, OPcache checks have been skipped.'));
120120
}
121121

0 commit comments

Comments
 (0)