[TikiWiki-commits] [Git][tikiwiki/tiki][27.x] [FIX] Webmail: Prevent unconfigured tracker email fields from breaking...

"Merci Jacob \(@mercihabam\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a049a186c019_389f27fc1b5@gitlab-sidekiq-low-urgency-cpu-bound-v2-54b487565d-9jkqd.mail>

Merci Jacob pushed to branch 27.x at Tiki Wiki CMS Groupware / Tiki


Commits:
8f729a26 by Merci Jacob at 2026-05-13T15:33:59+00:00
[FIX] Webmail: Prevent unconfigured tracker email fields from breaking concatenation of other msg_controls_extra elements
---
* [FIX] Webmail: Prevent unconfigured tracker email fields from breaking concatenation of other msg_controls_extra elements

See merge request tikiwiki/tiki!10200


(cherry picked from commit 72b73ece064146284d5c3108f644c5f5c4ae51fa)

5fc074f2 [FIX] Webmail: Prevent unconfigured tracker email fields from breaking...

Co-authored-by: Merci Jacob <[email protected]>
- - - - -


1 changed file:

- lib/cypht/modules/tiki/functions.php


Changes:

=====================================
lib/cypht/modules/tiki/functions.php
=====================================
@@ -370,7 +370,7 @@ if (! hm_exists('tiki_move_to_tracker_dropdown')) {
         $trk = TikiLib::lib('trk');
         $fields = $trk->get_fields_by_type('EF');
         if (! $fields) {
-            return;
+            return '';
         }
         $field_list = [];
         foreach ($fields as $field) {



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/8f729a265114c2debd64a2dc6d74ecd89d4dc222

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/8f729a265114c2debd64a2dc6d74ecd89d4dc222
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
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.