Skip to content

Commit

Permalink
Add silent fail in front of opcache_
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Sep 26, 2014
1 parent c26fc1a commit 3492bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Updates/2.5.0-rc2.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static function update()

if (file_exists($path)) {
if (function_exists('opcache_invalidate')) {
opcache_invalidate($file, $force = true);
@opcache_invalidate($file, $force = true);
}
self::deleteIfLastModifiedBefore14August2014($path);
}
Expand Down

0 comments on commit 3492bc2

Please sign in to comment.