From b26ab36001813150bf3c91221ae995da8ceeb0a3 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 24 Mar 2007 03:28:57 +0000 Subject: [PATCH] *Typo --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1