Index: trunk/phase3/includes/api/ApiQueryImageInfo.php |
— | — | @@ -90,7 +90,7 @@ |
91 | 91 | $this->setContinueEnumParameter('start', $oldie->getTimestamp()); |
92 | 92 | break; |
93 | 93 | } |
94 | | - $data[] = $this->getInfo( $oldie, $prop, $result ); |
| 94 | + $data[] = self::getInfo( $oldie, $prop, $result ); |
95 | 95 | } |
96 | 96 | } |
97 | 97 | |