Add `__multilineItemListFormField` to the list of shared template conversions
authorCyperghost <olaf_schmitz_1@t-online.de>
Fri, 26 Apr 2024 10:03:24 +0000 (12:03 +0200)
committerCyperghost <olaf_schmitz_1@t-online.de>
Fri, 26 Apr 2024 10:03:24 +0000 (12:03 +0200)
extra/migrate-shared-template.php
wcfsetup/install/files/lib/system/template/TemplateEngine.class.php

index 81c5d75da34657b8e94c7c42868d9b88c1fe4b71..171832ed463fc7861ad0f94eb22fb08f5f509b6b 100644 (file)
@@ -127,6 +127,7 @@ $templates = [
     'mediaBBCodeTag' => 'shared_bbcode_wsm',
     'articleBBCodeTag' => 'shared_bbcode_wsa',
     '__multiPageCondition' => 'shared_multiPageCondition',
+    '__multilineItemListFormField' => 'shared_multilineItemListFormField',
 ];
 if ($argc !== 2) {
     echo "ERROR: Expected a single argument to the directory that should be used to recursively replace template includes.\n";
index 70bbf7fb1eefa192ad55f9ea71c5a01088d379ac..537da88e45b06376e86b6ab1a02499f2f5aabe20 100755 (executable)
@@ -135,6 +135,7 @@ class TemplateEngine extends SingletonFactory
         'mediaBBCodeTag' => 'shared_bbcode_wsm',
         'articleBBCodeTag' => 'shared_bbcode_wsa',
         '__multiPageCondition' => 'shared_multiPageCondition',
+        '__multilineItemListFormField' => 'shared_multilineItemListFormField',
     ];
 
     /**