From: robinhood701 Date: Wed, 24 Sep 2014 04:47:25 +0000 (-0400) Subject: Fixed header in file history X-Git-Tag: 1.31.0-rc.0~13830^2 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=684e27230796a3a3143b482cabe14d9cfbfd1c5d;p=lhc%2Fweb%2Fwiklou.git Fixed header in file history Change-Id: I622ddac6ea5bd1a3f8c14253e70c1a5a4c56b478 --- diff --git a/includes/page/ImagePage.php b/includes/page/ImagePage.php index d06c8191ec..348eff1431 100644 --- a/includes/page/ImagePage.php +++ b/includes/page/ImagePage.php @@ -1199,9 +1199,9 @@ class ImageHistoryList extends ContextSource { . $this->msg( 'filehist-help' )->parseAsBlock() . $navLinks . "\n" . Xml::openElement( 'table', array( 'class' => 'wikitable filehistory' ) ) . "\n" - . '' + . '' . ( $this->current->isLocal() - && ( $this->getUser()->isAllowedAny( 'delete', 'deletedhistory' ) ) ? '' : '' ) + && ( $this->getUser()->isAllowedAny( 'delete', 'deletedhistory' ) ) ? '' : '' ) . '' . $this->msg( 'filehist-datetime' )->escaped() . '' . ( $this->showThumb ? '' . $this->msg( 'filehist-thumb' )->escaped() . '' : '' ) . '' . $this->msg( 'filehist-dimensions' )->escaped() . ''