From a4148b7e857fd9f471a9c16b222ac82f9540f93e Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 14 Nov 2003 13:54:15 +0000 Subject: [PATCH] Bug fix: added semicolon --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) ); } -- 2.20.1