From: Mark A. Hershberger Date: Sat, 24 Apr 2010 01:14:13 +0000 (+0000) Subject: typo X-Git-Tag: 1.31.0-rc.0~37025 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=2f256321acd34e14ea8a9d896d4e694a67e4f8e8;p=lhc%2Fweb%2Fwiklou.git typo --- 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'] ); } }