From: Brion Vibber Date: Wed, 22 Aug 2007 20:07:00 +0000 (+0000) Subject: Order of link parameters changed in r25049; putting them back so the parser test... X-Git-Tag: 1.31.0-rc.0~51684 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=e065d9c62c6938c5ea68edd82d010a7958a01d7c;p=lhc%2Fweb%2Fwiklou.git Order of link parameters changed in r25049; putting them back so the parser test stops whining. :) --- diff --git a/includes/ImageGallery.php b/includes/ImageGallery.php index 0fe58bda09..54aa83b8e9 100644 --- a/includes/ImageGallery.php +++ b/includes/ImageGallery.php @@ -262,8 +262,8 @@ class ImageGallery } else { $vpad = floor( ( 1.25*$this->mHeights - $thumb->height ) /2 ) - 2; $linkAttribs = array( - 'title' => $nt->getPrefixedText(), 'href' => $nt->getLocalURL(), + 'title' => $nt->getPrefixedText(), ); $thumbhtml = "\n\t\t\t".'
'