respect bot flag in RecentChange::notifyLog()
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 27 Aug 2005 08:50:44 +0000 (08:50 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 27 Aug 2005 08:50:44 +0000 (08:50 +0000)
includes/RecentChange.php

index 48dcf12..ae5ef5f 100644 (file)
@@ -340,7 +340,7 @@ class RecentChange
                        'rc_comment'    => $comment,
                        'rc_this_oldid' => 0,
                        'rc_last_oldid' => 0,
-                       'rc_bot'        => 0,
+                       'rc_bot'        => $user->isBot() ? 1 : 0,
                        'rc_moved_to_ns'        => 0,
                        'rc_moved_to_title'     => '',
                        'rc_ip' => $ip,