Skip to content

Commit 6772985

Browse files
committed
Update script_renameId.php
1 parent b06490a commit 6772985

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugin_info/script_renameId.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ function replacePluginIdInFiles($directory, $newId) {
88
if ($file->isFile()) {
99
$filePath = $file->getRealPath();
1010
$fileContents = file_get_contents($filePath);
11+
12+
if ($fileName === 'script_renameId.php') {
13+
continue;
14+
}
1115

1216
$lines = explode(PHP_EOL, $fileContents);
1317
foreach ($lines as &$line) {

0 commit comments

Comments
 (0)