Searched hist:e2905cd42331b3b80acc4b8d0b6bb2e3eb207524 (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/Subscriptions/ |
| H A D | BulkSubscriptionSender.php | e2905cd42331b3b80acc4b8d0b6bb2e3eb207524 Thu Jan 26 14:01:47 UTC 2023 Andreas Gohr <andi@splitbrain.org> fix accidental overwriting of variable in bulkmailer #3862
When the bulkmailer tries to skip own or minor edits, it was overwriting $rev with a timestamp instead of using the proper array structure returned by getRevisionInfo().
This also moves the initialization of the PageChangeLog object out of the while loop to ensure it's inner caching mechanism is utilized when fetching the info.
This should fix #3862
|