From 222b01f5169f1c7e69762e0e8904c24f78f71882 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 28 Jul 2010 11:52:48 +0200 Subject: update to MediaWiki 1.16.0 --- includes/WatchedItem.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/WatchedItem.php') diff --git a/includes/WatchedItem.php b/includes/WatchedItem.php index a2c1f036..d1c15296 100644 --- a/includes/WatchedItem.php +++ b/includes/WatchedItem.php @@ -62,7 +62,7 @@ class WatchedItem { 'wl_user' => $this->id, 'wl_namespace' => MWNamespace::getSubject($this->ns), 'wl_title' => $this->ti, - 'wl_notificationtimestamp' => NULL + 'wl_notificationtimestamp' => null ), __METHOD__, 'IGNORE' ); // Every single watched page needs now to be listed in watchlist; @@ -72,7 +72,7 @@ class WatchedItem { 'wl_user' => $this->id, 'wl_namespace' => MWNamespace::getTalk($this->ns), 'wl_title' => $this->ti, - 'wl_notificationtimestamp' => NULL + 'wl_notificationtimestamp' => null ), __METHOD__, 'IGNORE' ); wfProfileOut( __METHOD__ ); -- cgit v1.2.2