[TikiWiki-commits] [Git][tikiwiki/tiki][28.x] [BP][FIX]: fix: Undefined array key external
"Olivier Kango \(@olivierkango\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <68b07092d9a5e_2c114c26423861@gitlab-sidekiq-low-urgency-cpu-bound-v2-dbf997b86-jzc2c.mail> |
Olivier Kango pushed to branch 28.x at Tiki Wiki CMS Groupware / Tiki
Commits:
3ae1c5b6 by Grace Nshokano at 2025-08-28T18:00:07+03:00
[BP][FIX]: fix: Undefined array key external
---
* [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
(cherry picked from commit 9df3addb62c05044234db291a6d6804fafba153e)
See merge request tikiwiki/tiki!8442
- - - - -
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/3ae1c5b60d315603c56d717eb25de1ad4e6883e6
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/3ae1c5b60d315603c56d717eb25de1ad4e6883e6
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