Update and rename v-file-replace to v-file-replace-string

This commit is contained in:
myvesta 2020-08-30 05:08:31 +02:00 committed by GitHub
parent ea0fa49d0e
commit 3c899178b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ echo "Find: ".$find."\n";
echo "Replace: ".$replace."\n";
echo "File: ".$file."\n";
$r=myvesta_replace_in_file($file, $find, $replace);
$r=myvesta_replace_in_file($find, $replace, $file);
if ($r) echo "Replacing done!\n";