From 684e27230796a3a3143b482cabe14d9cfbfd1c5d Mon Sep 17 00:00:00 2001 From: robinhood701 Date: Wed, 24 Sep 2014 00:47:25 -0400 Subject: [PATCH] Fixed header in file history Change-Id: I622ddac6ea5bd1a3f8c14253e70c1a5a4c56b478 --- includes/page/ImagePage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() . '' -- 2.20.1