(bug 10360) Fix LogViewer::logLine() for new user log entries. $s->log_user is *not...
authorRob Church <robchurch@users.mediawiki.org>
Wed, 27 Jun 2007 02:46:06 +0000 (02:46 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Wed, 27 Jun 2007 02:46:06 +0000 (02:46 +0000)
commit0ed95cf30b10ffa6adb44e2d3dfbc3a7dd5a516b
tree840172fc41c3171f806b5e9e92ee15e97bfcbf3b
parentd77ec1aaba045c7d0aaec245a1b60bec8255fd95
(bug 10360) Fix LogViewer::logLine() for new user log entries. $s->log_user is *not* the user_id of the user we created, it's the user_id of the creating user, and when $s->log_action is 'create2', these are not the same. Use the ID stashed in log_params (as of r23446) if available, otherwise fall back to a normal contributions link.
includes/SpecialLog.php