Index: PendingChanges_body.php
===================================================================
--- PendingChanges_body.php	(revision 83491)
+++ PendingChanges_body.php	(working copy)
@@ -394,7 +394,7 @@
 			$conds['page_namespace'] = $this->namespace;
 		}
 		# Filter by watchlist
-		if ( $this->watched && ( $uid = $wgUser->getId() ) ) {
+		if ( false && $this->watched && ( $uid = $wgUser->getId() ) ) {
 			$tables[] = 'watchlist';
 			$conds[] = "wl_user = '$uid'";
 			$conds[] = 'page_namespace = wl_namespace';