Skip to content

Commit 9e0ddb6

Browse files
authored
Merge pull request #47621 from nextcloud/backport/47567/stable30
2 parents 5b852f8 + c8daa02 commit 9e0ddb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ private function readData() {
184184

185185
// Invalidate opcache (only if the timestamp changed)
186186
if (function_exists('opcache_invalidate')) {
187-
opcache_invalidate($file, false);
187+
@opcache_invalidate($file, false);
188188
}
189189

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

0 commit comments

Comments
 (0)