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

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a0429a9d9dd2_3819151892031@gitlab-sidekiq-low-urgency-cpu-bound-v2-bcd446944-lhxzw.mail>

Victor Emanouilov pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
72b73ece by Merci Jacob at 2026-05-13T07:17:42+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

- - - - -


1 changed file:

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


Changes:

=====================================
lib/cypht/modules/tiki/functions.php
=====================================
@@ -377,7 +377,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/72b73ece064146284d5c3108f644c5f5c4ae51fa

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