From 685a62ad65633555afcb6d096cac80e5f07e31dc Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 3 Jun 2004 02:29:45 +0000 Subject: [PATCH] typo --- includes/Title.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Title.php b/includes/Title.php index 331205523d..6a2ae9f7ed 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -494,8 +494,8 @@ class Title { if ( $this->mDbkeyform == "_" ) { return false; } # protect global styles and js if ( NS_MEDIAWIKI == $this->mNamespace - && preg_match("/\\.(css|js)$/", $this->mTextform )) - && !$wgUser->isBureaucrat() + && preg_match("/\\.(css|js)$/", $this->mTextform ) + && !$wgUser->isBureaucrat() ) { return false; } //if ( $this->isCssJsSubpage() and !$this->userCanEditCssJsSubpage() ) { return false; } # protect css/js subpages of user pages -- 2.20.1