Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00d2894c04 |
@@ -504,7 +504,7 @@ function findFilesNeedingReplacement($basedir, $recursive, $quiet) {
|
||||
|
||||
$fname = $file->getFilename();
|
||||
|
||||
if (! preg_match("~\.(?:mkv|mp4|avi|ogm|ogv)$~", $fname)) {
|
||||
if (! preg_match("~\\.(?:mkv|mp4|avi|ogm|ogv)$~", $fname)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user