Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored and backportbot[bot] committed Aug 1, 2024
1 parent 6c39e9d commit 9d062fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ protected function getOpcacheSetupRecommendations(): array {

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.'));
}

Expand Down

0 comments on commit 9d062fb

Please sign in to comment.