From: Aaron Schulz Date: Wed, 21 May 2008 06:23:18 +0000 (+0000) Subject: Backwards X-Git-Tag: 1.31.0-rc.0~47495 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=0a1bebd1904dcf4b2d4de6c3a8b134422aab3673;p=lhc%2Fweb%2Fwiklou.git Backwards --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 181905c2a7..c309d446a3 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -22,8 +22,7 @@ class ImagePage extends Article { parent::__construct( $title ); global $wgRequest; - $time = is_null($time) ? $time : $wgRequest->getVal( 'filetimestamp' ); - $this->time = $time; + $this->time = is_null($time) ? $wgRequest->getVal( 'filetimestamp' ) : $time; $this->dupes = null; $this->repo = null; }