diff --git a/lib/bug-files-check.php b/lib/bug-files-check.php index 16853ba..7ad6c37 100644 --- a/lib/bug-files-check.php +++ b/lib/bug-files-check.php @@ -44,7 +44,7 @@ if ("error" !== $result) { $lines = $maxLines + 1 + 1; // 1 (possibly) for end of file and 1 for partial lines // Open the file - $systemClass->invalidateOPCache($filename); + $systemClass->invalidateOPCache($filename); $f = fopen($filename, "rb"); // Jump to last character