Index: trunk/phase3/includes/Licenses.php |
— | — | @@ -86,7 +86,7 @@ |
87 | 87 | $position[] = $item; |
88 | 88 | } |
89 | 89 | |
90 | | - protected function makeHtml( &$tagset, $depth = 0 ) { |
| 90 | + protected function makeHtml( $tagset, $depth = 0 ) { |
91 | 91 | foreach ( $tagset as $key => $val ) |
92 | 92 | if ( is_array( $val ) ) { |
93 | 93 | $this->html .= $this->outputOption( |
Index: trunk/phase3/includes/specials/SpecialUpload.php |
— | — | @@ -103,7 +103,7 @@ |
104 | 104 | /** |
105 | 105 | * Special page entry point |
106 | 106 | */ |
107 | | - public function execute() { |
| 107 | + public function execute( $par ) { |
108 | 108 | global $wgUser, $wgOut, $wgRequest; |
109 | 109 | |
110 | 110 | $this->setHeaders(); |