Follow-up r75906: Add new special page to $specialPageAliases too
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 4 Nov 2010 09:23:38 +0000 (09:23 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 4 Nov 2010 09:23:38 +0000 (09:23 +0000)
Fixes PHP Notice: Did not find alias for special page 'UploadStash'. Perhaps no aliases are defined for it?

languages/messages/MessagesEn.php

index 590bdc8..4b3ee28 100644 (file)
@@ -378,6 +378,7 @@ $specialPageAliases = array(
        'Watchlist'                 => array( 'Watchlist' ),
        'Recentchanges'             => array( 'RecentChanges' ),
        'Upload'                    => array( 'Upload' ),
+       'UploadStash'               => array( 'UploadStash' ),
        'Listfiles'                 => array( 'ListFiles', 'FileList', 'ImageList' ),
        'Newimages'                 => array( 'NewFiles', 'NewImages' ),
        'Listusers'                 => array( 'ListUsers', 'UserList' ),