Index: trunk/phase3/includes/Status.php |
— | — | @@ -305,6 +305,7 @@ |
306 | 306 | } |
307 | 307 | return $result; |
308 | 308 | } |
| 309 | + |
309 | 310 | /** |
310 | 311 | * Returns true if the specified message is present as a warning or error |
311 | 312 | * |
Index: trunk/phase3/includes/api/ApiFileRevert.php |
— | — | @@ -55,7 +55,6 @@ |
56 | 56 | $this->params = $this->extractRequestParams(); |
57 | 57 | $this->validateParameters(); |
58 | 58 | |
59 | | - |
60 | 59 | $sourceUrl = $this->file->getArchiveVirtualUrl( $this->archiveName ); |
61 | 60 | $status = $this->file->upload( $sourceUrl, $this->params['comment'], $this->params['comment'] ); |
62 | 61 | |
Index: trunk/phase3/includes/ImageGallery.php |
— | — | @@ -22,6 +22,7 @@ |
23 | 23 | |
24 | 24 | /** |
25 | 25 | * Registered parser object for output callbacks |
| 26 | + * @var Parser |
26 | 27 | */ |
27 | 28 | var $mParser; |
28 | 29 | |