Followup to r64962: Fixed watchlist parameter in API. User options watchdeletions...
[lhc/web/wiklou.git] / includes / api / ApiEditPage.php
index 02eca54..b07c7ee 100644 (file)
@@ -211,7 +211,7 @@ class ApiEditPage extends ApiBase {
                        $watch = false;
                }
 
-               if ( $watch || $titleObj->userIsWatching() ) {
+               if ( $watch ) {
                        $reqArr['wpWatchthis'] = '';
                }