Completed
Push — master ( 16cb94...7c3470 )
by
unknown
33:22 queued 16:29
created
typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2146,7 +2146,7 @@
 block discarded – undo
2146 2146
         $tempCommaReplacementString = '###KASPER###';
2147 2147
 
2148 2148
         // replace every "," wrapped in "()" by a "unique" string
2149
-        $string = preg_replace_callback('/\((?>[^()]|(?R))*\)/', function ($result) use ($tempCommaReplacementString) {
2149
+        $string = preg_replace_callback('/\((?>[^()]|(?R))*\)/', function($result) use ($tempCommaReplacementString) {
2150 2150
             return str_replace(',', $tempCommaReplacementString, $result[0]);
2151 2151
         }, $string) ?? '';
2152 2152
 
Please login to merge, or discard this patch.