[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [BP][FIX]: fix: Undefined array key external

"Olivier Kango \(@olivierkango\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68b06bb7f147e_2cd79243037a@gitlab-sidekiq-low-urgency-cpu-bound-v2-dbf997b86-b564z.mail>

Olivier Kango pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki


Commits:
9df3addb by Grace Nshokano at 2025-08-28T17:32:01+03:00
[BP][FIX]: fix: Undefined array key external
---
* [FIX]: fix: Undefined array key external
---
* [FIX]: fix: address MR review comment

See merge request tikiwiki/tiki!8051

(cherry picked from commit 0aaf85c2f5ac30ab5a5ec5464580ac76f0469eff)

See merge request tikiwiki/tiki!8440

- - - - -


1 changed file:

- lib/smarty_tiki/FunctionHandler/Service.php


Changes:

=====================================
lib/smarty_tiki/FunctionHandler/Service.php
=====================================
@@ -25,7 +25,7 @@ class Service extends Base
             unset($params['_params']);
         }
 
-        if ($params['external']) {
+        if (isset($params['external']) && $params['external']) {
             \TikiLib::setExternalContext(true);
         }
 



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/9df3addb62c05044234db291a6d6804fafba153e

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