From: Alexander Ebert Date: Thu, 11 Aug 2022 13:36:58 +0000 (+0200) Subject: Enable the migration of templates again X-Git-Tag: 6.0.0_Alpha_1~1024^2~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=64ba5a43f65cb2c73fe81ad2783fdb79cc956343;p=GitHub%2FWoltLab%2FWCF.git Enable the migration of templates again --- diff --git a/extra/migrate-fa-v4.php b/extra/migrate-fa-v4.php index 55a7630cbf..a0d4b07c0e 100644 --- a/extra/migrate-fa-v4.php +++ b/extra/migrate-fa-v4.php @@ -30,8 +30,7 @@ $knownSizes = [16, 24, 32, 48, 64, 96, 128, 144]; function replaceInFiles(string $path): void { - //$targetFilenames = ['js', 'tpl', 'ts']; - $targetFilenames = ['js', 'ts']; + $targetFilenames = ['js', 'tpl', 'ts']; $directory = new RecursiveDirectoryIterator($path); $filter = new RecursiveCallbackFilterIterator(