X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;ds=sidebyside;f=includes%2FWatchedItem.php;h=d1c152963a15aaacf7c70d83eba563af86bb3949;hb=1dd0888ea999133906a80576d538a69580eb7959;hp=a2c1f0369160152503d0454c33522f3324f4e50c;hpb=ba484965ed318acc055ffa725eb692dc3c1276ac;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WatchedItem.php b/includes/WatchedItem.php index a2c1f03691..d1c152963a 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__ );