mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Update and rename v-file-replace to v-file-replace-string
This commit is contained in:
parent
ea0fa49d0e
commit
3c899178b4
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue