r35086 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35085‎ | r35086 | r35087 >
Date:14:34, 20 May 2008
Author:btongminh
Status:old
Tags:
Comment:
Forgot one $this => self when making ApiQueryImageInfo::getInfo static.
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryImageInfo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryImageInfo.php
@@ -90,7 +90,7 @@
9191 $this->setContinueEnumParameter('start', $oldie->getTimestamp());
9292 break;
9393 }
94 - $data[] = $this->getInfo( $oldie, $prop, $result );
 94+ $data[] = self::getInfo( $oldie, $prop, $result );
9595 }
9696 }
9797

Status & tagging log