[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX]: fix: Undefined array key external
Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <688bd0c8f2964_2cbd88f07819d@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f49dddbb6-mslv8.mail> |
Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
0aaf85c2 by Grace Nshokano at 2025-07-31T20:15:53+00:00
[FIX]: fix: Undefined array key external
---
* [FIX]: fix: address MR review comment
See merge request tikiwiki/tiki!8051
- - - - -
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/0aaf85c2f5ac30ab5a5ec5464580ac76f0469eff
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/0aaf85c2f5ac30ab5a5ec5464580ac76f0469eff
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