fix file
This commit is contained in:
committed by
Pavel Dohnal
parent
b26d787783
commit
f66c232cd3
@@ -11,7 +11,7 @@ $data = file_get_contents($file);
|
||||
|
||||
$search_term = 'function readonly';
|
||||
|
||||
if (! strpos($data, $search_term)) {
|
||||
if (!strpos($data, $search_term)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user