https://bugzilla.wikimedia.org/show_bug.cgi?id=28166
--- Comment #8 from Bryan Tong Minh <[email protected]> 2011-03-22 08:40:46 UTC --- public function verifyPermissions( $user ) { [...] 403 $permErrors = $nt->getUserPermissionsErrors( 'edit', $user ); 404 $permErrorsUpload = $nt->getUserPermissionsErrors( 'upload', $user ); 405 if ( $nt->exists() ) { 406 $permErrorsCreate = $nt->getUserPermissionsErrors( 'createpage', $user ); 407 } else { 408 $permErrorsCreate = array(); 409 } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
