From: Brion Vibber Date: Fri, 10 Dec 2004 06:05:55 +0000 (+0000) Subject: Fix self-links X-Git-Tag: 1.5.0alpha1~1112 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=27c5d4f03726371262a886a797341f099c1f2816;p=lhc%2Fweb%2Fwiklou.git Fix self-links --- diff --git a/includes/SpecialNewimages.php b/includes/SpecialNewimages.php index 4ea315bfb3..09b62cf6d4 100644 --- a/includes/SpecialNewimages.php +++ b/includes/SpecialNewimages.php @@ -60,7 +60,7 @@ function wfSpecialNewimages() { htmlspecialchars( $wpIlMatch ) . "\" /> " . "" ); $nums = array( 50, 100, 250, 500 ); - $here = $wgContLang->specialPage( 'Imagelist' ); + $here = $wgContLang->specialPage( 'Newimages' ); $fill = ''; $first = true; @@ -75,7 +75,7 @@ function wfSpecialNewimages() { $wgOut->addHTML( $text."\n" ); $i=0; - $res = $dbr->query( $sql, 'wfSpecialImagelist' ); + $res = $dbr->query( $sql, 'wfSpecialNewimages' ); $gallery = new ImageGallery();