http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89554

Revision: 89554
Author:   reedy
Date:     2011-06-06 09:43:22 +0000 (Mon, 06 Jun 2011)
Log Message:
-----------
Fix syntax errors from r89547

Modified Paths:
--------------
    trunk/extensions/LiquidThreads/classes/Thread.php
    trunk/extensions/MetavidWiki/includes/articlepages/MV_DataPage.php
    trunk/extensions/MultilingualLiquidThreads/LiquidThreads/classes/Thread.php

Modified: trunk/extensions/LiquidThreads/classes/Thread.php
===================================================================
--- trunk/extensions/LiquidThreads/classes/Thread.php   2011-06-06 09:41:33 UTC 
(rev 89553)
+++ trunk/extensions/LiquidThreads/classes/Thread.php   2011-06-06 09:43:22 UTC 
(rev 89554)
@@ -112,7 +112,7 @@
                NewMessages::writeMessageStateForUpdatedThread( $thread, 
$change_type, $wgUser );
 
                if ( $wgUser->getOption( 'lqt-watch-threads', false ) ) {
-                       WatchAction:doWatch( 
$thread->topmostThread()->root()->getTitle(), $wgUser );
+                       WatchAction::doWatch( 
$thread->topmostThread()->root()->getTitle(), $wgUser );
                }
 
                return $thread;

Modified: trunk/extensions/MetavidWiki/includes/articlepages/MV_DataPage.php
===================================================================
--- trunk/extensions/MetavidWiki/includes/articlepages/MV_DataPage.php  
2011-06-06 09:41:33 UTC (rev 89553)
+++ trunk/extensions/MetavidWiki/includes/articlepages/MV_DataPage.php  
2011-06-06 09:43:22 UTC (rev 89554)
@@ -63,9 +63,9 @@
                if ( $confirm ) {
                        $this->doDelete( $reason );
                        if ( $wgRequest->getCheck( 'wpWatch' ) ) {
-                               WatchAction:doWatch( $this->mTitle, $wgUser );
+                               WatchAction::doWatch( $this->mTitle, $wgUser );
                        } elseif ( $this->mTitle->userIsWatching() ) {
-                               WatchAction:doUnwatch( $this->mTitle, $wgUser );
+                               WatchAction::doUnwatch( $this->mTitle, $wgUser 
);
                        }
                        return;
                }

Modified: 
trunk/extensions/MultilingualLiquidThreads/LiquidThreads/classes/Thread.php
===================================================================
--- trunk/extensions/MultilingualLiquidThreads/LiquidThreads/classes/Thread.php 
2011-06-06 09:41:33 UTC (rev 89553)
+++ trunk/extensions/MultilingualLiquidThreads/LiquidThreads/classes/Thread.php 
2011-06-06 09:43:22 UTC (rev 89554)
@@ -113,7 +113,7 @@
                NewMessages::writeMessageStateForUpdatedThread( $thread, 
$change_type, $wgUser );
 
                if ( $wgUser->getOption( 'lqt-watch-threads', false ) ) {
-                       WatchAction:doWatch( 
$thread->topmostThread()->root()->getTitle(), $wgUser );
+                       WatchAction::doWatch( 
$thread->topmostThread()->root()->getTitle(), $wgUser );
                }
 
                return $thread;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to