Closed paladox closed 3 years ago
Investigating.
Some third-party extension (most likely Flow) is constructing RecentChange
object without $rc->mAttribs['rc_log_action']
(MediaWiki core always sets this field to empty string for non-logs)
I will fix it by replacing
$logAction = $rc->mAttribs['rc_log_action'];
with
$logAction = $rc->mAttribs['rc_log_action'] ?? '';
It might take some time to commit this change (sorry for the delay), because Travis CI is broken (they discontinued their plan for opensource projects), so I would need to get the testsuite running on GitHub Actions first.
Thanks!
Hi, in the log I'm seeing:
Trace back: