Send form submits back to this page, not imagelist!
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 1 Dec 2004 16:28:56 +0000 (16:28 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 1 Dec 2004 16:28:56 +0000 (16:28 +0000)
includes/SpecialNewimages.php

index 9186550..c42f4de 100644 (file)
@@ -51,7 +51,7 @@ function wfSpecialNewimages() {
        $sk = $wgUser->getSkin();
        $cap = wfMsg( 'ilshowmatch' );
        $sub = wfMsg( 'ilsubmit' );
-       $titleObj = Title::makeTitle( NS_SPECIAL, 'Imagelist' );
+       $titleObj = Title::makeTitle( NS_SPECIAL, 'Newimages' );
        $action = $titleObj->escapeLocalURL(  "sort={$sort}&limit={$limit}" );
 
        $wgOut->addHTML( "<form id=\"imagesearch\" method=\"post\" action=\"" .