X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FWatchedItem.php;h=01376a09d197608ad3bd7380283b049184dcf169;hb=0db5107fd221bf70a0f050724d7359c2f35d86f2;hp=240ebc7d08b2bde1208338f97bb4ac2731f30d50;hpb=fd03fa28251c84b00c9d623d8b3461add7887904;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WatchedItem.php b/includes/WatchedItem.php index 240ebc7d08..01376a09d1 100644 --- a/includes/WatchedItem.php +++ b/includes/WatchedItem.php @@ -205,7 +205,7 @@ class WatchedItem { $success = true; } - # the following code compensates the new behaviour, introduced by the + # the following code compensates the new behavior, introduced by the # enotif patch, that every single watched page needs now to be listed # in watchlist namespace:page and namespace_talk:page had separate # entries: clear them @@ -268,7 +268,7 @@ class WatchedItem { ); } - if( empty( $values ) ) { + if ( empty( $values ) ) { // Nothing to do return true; }