Fixed two patrol bugs:
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 20 Sep 2008 07:55:14 +0000 (07:55 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 20 Sep 2008 07:55:14 +0000 (07:55 +0000)
commitd149d7e3878e0d3412b295cba965e36f04bb8a29
tree7557e9b9b52f89a688bbde5eafdedd106a8d2f5e
parent5b307763e353800e417d394fa1265a48dc8fa4bf
Fixed two patrol bugs:
* Return of ID instead of object from notifyNew() caused markPatrolled() to fail when the master and slave are different connections
* doMarkPatrolled() incorrectly checked for the patrol right instead of the autopatrol right when automatic patrol was requested.

Also fixed some formatting, more needed.
includes/RecentChange.php