Replace spaces for same formatting

This commit is contained in:
mattpass
2020-06-24 17:41:51 +01:00
parent 0dc3c3331a
commit 9e665a3751

View File

@@ -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