projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b3ef8
)
Enable the migration of templates again
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 11 Aug 2022 13:36:58 +0000
(15:36 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Fri, 12 Aug 2022 19:25:55 +0000
(21:25 +0200)
extra/migrate-fa-v4.php
patch
|
blob
|
blame
|
history
diff --git
a/extra/migrate-fa-v4.php
b/extra/migrate-fa-v4.php
index 55a7630cbfd40f554ceb1aa0291abf9bed16e859..a0d4b07c0ea902c56a2fc86cce0bbb05c201b672 100644
(file)
--- 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(