Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -22,7 +22,11 @@ |
23 | 23 | $this->dupes = null; |
24 | 24 | $this->repo = null; |
25 | 25 | } |
26 | | - |
| 26 | + |
| 27 | + /** |
| 28 | + * @param $file File: |
| 29 | + * @return void |
| 30 | + */ |
27 | 31 | public function setFile( $file ) { |
28 | 32 | $this->displayImg = $file; |
29 | 33 | $this->img = $file; |
Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php |
— | — | @@ -513,6 +513,11 @@ |
514 | 514 | } |
515 | 515 | } |
516 | 516 | |
| 517 | + /** |
| 518 | + * @param $imgpage ImagePage: |
| 519 | + * @param $out OutputPage: |
| 520 | + * @return bool |
| 521 | + */ |
517 | 522 | function imageMessage( &$imgpage, &$out ) { |
518 | 523 | global $wgUser; |
519 | 524 | $index_namespace = $this->index_namespace; |