Last modified: 2010-05-15 15:38:45 UTC
1. Displaying a page history as an anonymous user or as a user without the page on their watchlist produces a PHP message on the page: "Notice: Trying to get property of non-object in W:\www\head\includes\PageHistory.php on line 64" (Using PHP 5.0.0 with E_ALL) 2. A higher-level database class function can be used which avoids the above message. 3. The watchlist lookup could use DB_SLAVE instead of DB_MASTER. 4. The watchlist lookup can be avoided completely if there is no user-id. Patch to follow ...
Created attachment 241 [details] Patches PageHistory.php for HEAD
Fixed in HEAD, rev 1.56