Skip to content

Commit

Permalink
MERGE: Merge branch '4.0' into 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Aug 29, 2018
2 parents dad3344 + 0ea5d0f commit 9d435bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Fusion/Migrations/Code/Version20180211175500.php
Expand Up @@ -69,7 +69,7 @@ public function up()
// fusion object assignments
$this->searchAndReplaceRegex('/(?<=\\=)([\\s]*)(' . preg_quote($name) . ')(?=[$\\s\\{])/u', '$1Neos.Neos:$2', ['ts2', 'fusion']);
// prototype declarations
$this->searchAndReplaceRegex('/(?<=prototype\\()(' . preg_quote($name) . ' )(?=\\))/u', 'Neos.Neos:$1', ['ts2', 'fusion']);
$this->searchAndReplaceRegex('/(?<=prototype\\()(' . preg_quote($name) . ')(?=\\))/u', 'Neos.Neos:$1', ['ts2', 'fusion']);
}
}
}

0 comments on commit 9d435bf

Please sign in to comment.