[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [FIX] notice when indexing email folders

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69677f3bc698_2c18135c3864a@gitlab-sidekiq-low-urgency-cpu-bound-v2-78c7665866-th7g5.mail>

Victor Emanouilov pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki


Commits:
f9b5334d by Victor Emanouilov at 2026-01-14T13:34:14+02:00
[FIX] notice when indexing email folders

- - - - -


1 changed file:

- lib/core/Tracker/Field/EmailFolder.php


Changes:

=====================================
lib/core/Tracker/Field/EmailFolder.php
=====================================
@@ -379,7 +379,9 @@ class Tracker_Field_EmailFolder extends Tracker_Field_Files implements \Tracker\
                 $dates[] = $email['date'];
                 $senders[] = $email['sender'];
                 $recipients[] = $email['recipient'];
-                $messageIds[] = explode('@', $email['message_id'])[0];
+                if (! empty($email['message_id'])) {
+                    $messageIds[] = explode('@', $email['message_id'])[0];
+                }
             }
         }
 



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

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