Skip to content

Commit

Permalink
Merge pull request #47621 from nextcloud/backport/47567/stable30
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Aug 30, 2024
2 parents 5b852f8 + c8daa02 commit 9e0ddb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private function readData() {

// Invalidate opcache (only if the timestamp changed)
if (function_exists('opcache_invalidate')) {
opcache_invalidate($file, false);
@opcache_invalidate($file, false);
}

$filePointer = @fopen($file, 'r');
Expand Down

0 comments on commit 9e0ddb6

Please sign in to comment.