https://bugzilla.wikimedia.org/show_bug.cgi?id=28034

Reedy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |27339

--- Comment #1 from Reedy <[email protected]> 2011-03-14 00:53:43 UTC ---
Guessing it's due to...

SpecialUpload.php line 450 onwards

        // Verify permissions for this title
        $permErrors = $this->mUpload->verifyPermissions( $wgUser );
        if( $permErrors !== true ) {
            $code = array_shift( $permErrors[0] );
            $this->showRecoverableUploadError( wfMsgExt( $code,
                    'parseinline', $permErrors[0] ) );
            return;
        }

We don't seem to pass any sort of parameter...

-- 
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

Reply via email to