From: Aaron Schulz Date: Wed, 29 Oct 2008 04:41:44 +0000 (+0000) Subject: Fix typo X-Git-Tag: 1.31.0-rc.0~44521 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=b57a77b5aaea0b435518ff822282f605d1082799;p=lhc%2Fweb%2Fwiklou.git Fix typo --- diff --git a/includes/Article.php b/includes/Article.php index 33c74aacf5..0e6d123bdc 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2365,7 +2365,7 @@ class Article { $wgOut->returnToMain( false ); wfRunHooks('ArticleDeleteComplete', array(&$this, &$wgUser, $reason, $id)); } else { - if ($error = '') + if ($error == '') $wgOut->showFatalError( wfMsg( 'cannotdelete' ) ); else $wgOut->showFatalError( $error );