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

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

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


Commits:
e0ef5b02 by Victor Emanouilov at 2025-12-08T11:23:51+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/e0ef5b021b5f9aa24a1d5ca4a30a64f49b9480d5

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e0ef5b021b5f9aa24a1d5ca4a30a64f49b9480d5
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.