r89546 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89545‎ | r89546 | r89547 >
Date:00:12, 6 June 2011
Author:krinkle
Status:ok
Tags:
Comment:
Fix syntax error (Follow-up r89545)
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -2400,7 +2400,7 @@
24012401 */
24022402 public function doWatch() {
24032403 global $wgUser;
2404 - return WatchAction:doWatch( $this->mTitle, $wgUser );
 2404+ return WatchAction::doWatch( $this->mTitle, $wgUser );
24052405 }
24062406
24072407 /**
@@ -2419,7 +2419,7 @@
24202420 */
24212421 public function doUnwatch() {
24222422 global $wgUser;
2423 - return WatchAction:doUnwatch( $this->mTitle, $wgUser );
 2423+ return WatchAction::doUnwatch( $this->mTitle, $wgUser );
24242424 }
24252425
24262426 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89545WatchAction requires token (BREAKING CHANGE)...krinkle00:09, 6 June 2011

Status & tagging log