http://www.mediawiki.org/wiki/Special:Code/MediaWiki/65501

Revision: 65501
Author:   mah
Date:     2010-04-24 01:14:13 +0000 (Sat, 24 Apr 2010)

Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/phase3/includes/Title.php

Modified: trunk/phase3/includes/Title.php
===================================================================
--- trunk/phase3/includes/Title.php     2010-04-24 00:23:57 UTC (rev 65500)
+++ trunk/phase3/includes/Title.php     2010-04-24 01:14:13 UTC (rev 65501)
@@ -1440,7 +1440,7 @@
                                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'] );
                                }
                        }



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to