Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -967,6 +967,7 @@ |
968 | 968 | parent::__construct(); |
969 | 969 | $this->mImagePage =& $imagePage; |
970 | 970 | $this->mTitle = $imagePage->getTitle(); |
| 971 | + $this->mTitle->setFragment( '#filehistory' ); |
971 | 972 | $this->mImg = NULL; |
972 | 973 | $this->mHist = array(); |
973 | 974 | $this->mRange = array( 0, 0 ); // display range |