[TikiWiki-commits] [Git][tikiwiki/tiki][30.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 <6a0499f1f2d4a_38b267a495073@gitlab-sidekiq-low-urgency-cpu-bound-v2-54b487565d-2wmx6.mail>

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


Commits:
55fa1d81 by Merci Jacob at 2026-05-13T15:33:04+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
=====================================
@@ -371,7 +371,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/55fa1d81a2ac75918c376ce1c665286949a1e0e8

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