From: Aaron Schulz Date: Wed, 17 Dec 2008 01:35:40 +0000 (+0000) Subject: Add fragment to nav links to set location X-Git-Tag: 1.31.0-rc.0~43920 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=2e3272b80c4496493e47fdfc5069a0bf92847461;p=lhc%2Fweb%2Fwiklou.git Add fragment to nav links to set location --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 7fb33a5d88..49e7f2d067 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -967,6 +967,7 @@ class ImageHistoryPseudoPager extends ReverseChronologicalPager { parent::__construct(); $this->mImagePage =& $imagePage; $this->mTitle = $imagePage->getTitle(); + $this->mTitle->setFragment( '#filehistory' ); $this->mImg = NULL; $this->mHist = array(); $this->mRange = array( 0, 0 ); // display range