From 2f256321acd34e14ea8a9d896d4e694a67e4f8e8 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Sat, 24 Apr 2010 01:14:13 +0000 Subject: [PATCH] typo --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 3b9d220026..c6b0b6c442 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1440,7 +1440,7 @@ class Title { if( $title_protection['pt_create_perm'] == 'sysop' ) { $title_protection['pt_create_perm'] = 'protect'; // B/C } - if( $title_protection['pt_create_perm'] == '' || !$user->isAllowed($title_proection['pt_create_perm']) ) { + if( $title_protection['pt_create_perm'] == '' || !$user->isAllowed($title_protection['pt_create_perm']) ) { $errors[] = array( 'titleprotected', User::whoIs($title_protection['pt_user']), $title_protection['pt_reason'] ); } } -- 2.20.1