[TikiWiki-commits] [Git][tikiwiki/tiki][27.x] [FIX] pipeline

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69369938a4a91_2a127cad0221f3@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bc586c898-dtm8h.mail>

Victor Emanouilov pushed to branch 27.x at Tiki Wiki CMS Groupware / Tiki


Commits:
99cb94e1 by Victor Emanouilov at 2025-12-08T11:24:02+02:00
[FIX] pipeline

- - - - -


1 changed file:

- lib/smarty_tiki/Extension/SmartyTikiExtension.php


Changes:

=====================================
lib/smarty_tiki/Extension/SmartyTikiExtension.php
=====================================
@@ -49,7 +49,7 @@ class SmartyTikiExtension extends \Smarty\Extension\Base
     {
         $allowed_builtin_php_functions = array_filter(TikiLib::lib('tiki')->get_preference('smarty_security_allowed_builtin_php_functions', [], true));
         if (in_array($modifierName, $allowed_builtin_php_functions) && is_callable($modifierName)) {
-            return function(...$args) use ($modifierName) {
+            return function (...$args) use ($modifierName) {
                 return call_user_func_array($modifierName, $args);
             };
         }



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/99cb94e131bf63e6d6402dc875fe7a1957e2e6a2

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/99cb94e131bf63e6d6402dc875fe7a1957e2e6a2
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.