Followup r112374/bug 34653
authorSam Reed <reedy@users.mediawiki.org>
Wed, 29 Feb 2012 17:50:02 +0000 (17:50 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 29 Feb 2012 17:50:02 +0000 (17:50 +0000)
commit87aeeb0fcf7da3f959dcfc695907d29420cde64d
tree03c2999475722adea283fa8b3f3c56d65a38fc56
parent723fc4f39aed7d25927761e5999594b97b9ad45e
Followup r112374/bug 34653

We still get legacy log entries, so grab the data from parameters as applicable

Should probably be encapsulated into DatabaseLogEntry itself, with a getParamValue esk wrapper

This fixes issues noticed on live site for the moment

TODO: Check if rights/block are still ok (probably not?)
TODO: If (especially if above needs doing) encapsulate grabbing of old/new parameters to logging code
includes/api/ApiQueryLogEvents.php