Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Nov 16, 2024
1 parent 2cdfca2 commit b346c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Updater/Helper/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected function process(string $zipUrl, string $zipRoot = '/'): bool {

// clear opcache
if (function_exists('opcache_reset')) {
\opcache_reset();
opcache_reset();
}

return true;
Expand Down

0 comments on commit b346c54

Please sign in to comment.