From: Aaron Schulz Date: Sat, 24 Mar 2007 03:28:57 +0000 (+0000) Subject: *Typo X-Git-Tag: 1.31.0-rc.0~53624 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=b26ab36001813150bf3c91221ae995da8ceeb0a3;p=lhc%2Fweb%2Fwiklou.git *Typo --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 94f74999de..48cb4717b1 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -994,7 +994,7 @@ class EditPage { } else { # It's either cascading protection or regular protection; work out which list($cascadeSources, $restrictions) = $this->mTitle->getCascadeProtectionSources(); - if { !$cascadeSources || count( $cascadeSources ) == 0 ) { + if ( !$cascadeSources || count( $cascadeSources ) == 0 ) { # Regular protection $notice = wfMsg( 'protectedpagewarning' ); } else {