Summary | Kronolith New Event Notifications are not being sent |
Queue | Kronolith |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | jpstewart (at) tntmax (dot) com |
Created | 06/02/2006 (7078 days ago) |
Due | |
Updated | 06/06/2006 (7074 days ago) |
Assigned | |
Resolved | 06/06/2006 (7074 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
the foreach loop that started sorting out languages.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kronolith New Event Notifications are not being sent
Queue ⇒ Kronolith
New Attachment: kronolith.patch
I've made changes to the 'sendNotification' function on line 1177 of
'/horde/kronolith/lib/Kronolith.php' so that it will send out
notifications on my installation.
Details:
1. I've replaced the foreach loop on line 1225 with the similar one
found in '/horde/nag/lib/Nag.php'.
2. I've renamed the '$tf_recipients' variable to '$addresses' on lines
1286 and 1287.
Conclusion:
I don't know what exactly was broken in the original (and it has been
for some time), but it looks like something fancy related to NLS and
the Lang settings. I'm not sure that something is really broken;
perhaps the problems are related to my installation. This is only a
bubblegum fix (applied without a real understanding of what's wrong.)
It works for me.