From: Tim Starling Date: Fri, 14 Nov 2003 13:54:15 +0000 (+0000) Subject: Bug fix: added semicolon X-Git-Tag: 1.1.0~174 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=a4148b7e857fd9f471a9c16b222ac82f9540f93e;p=lhc%2Fweb%2Fwiklou.git Bug fix: added semicolon --- diff --git a/includes/Article.php b/includes/Article.php index e700d977e8..af803fdbbd 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -989,7 +989,7 @@ $wgLang->recodeForEdit( $wpTextbox1 ) . if ( $limit === "" ) { $log->addEntry( wfMsg( "unprotectedarticle", $wgTitle->getPrefixedText() ), "" ); } else { - $log->addEntry( wfMsg( "protectedarticle", $wgTitle->getPrefixedText() ), "" ) + $log->addEntry( wfMsg( "protectedarticle", $wgTitle->getPrefixedText() ), "" ); } $wgOut->redirect( wfLocalUrl( $this->mTitle->getPrefixedURL() ) ); }