Index: trunk/extensions/examples/ErrorPage/NiceErrorPage.php |
— | — | @@ -52,9 +52,4 @@ |
53 | 53 | ); |
54 | 54 | return $a; |
55 | 55 | } |
56 | | - |
57 | | - static function __call( $method, $args ) { |
58 | | - $name = str_replace( 'OP', '', $method ); |
59 | | - return $this->$name( $args[0] ); |
60 | | - } |
61 | | -} |
\ No newline at end of file |
| 56 | +} |
Index: trunk/extensions/GetFamily/GetFamily.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | 'version' => '1.0.1', |
26 | 26 | 'author' => 'Łukasz Matysiak', |
27 | 27 | 'description' => 'Generates a family file for pywikipediabot', |
28 | | - 'descriptionmsg' => 'getfamily-desc' |
| 28 | + 'descriptionmsg' => 'getfamily-desc', |
29 | 29 | 'url' => 'http://www.mediawiki.org/wiki/Extension:GetFamily' |
30 | 30 | ); |
31 | 31 | |
Index: trunk/extensions/DataCenter/DataCenter.ui.php |
— | — | @@ -739,9 +739,9 @@ |
740 | 740 | * Abstract function for rendering the input |
741 | 741 | * @param parameters Array of parameters |
742 | 742 | */ |
743 | | - abstract public static function render( |
| 743 | + public static function render( |
744 | 744 | array $parameters |
745 | | - ); |
| 745 | + ) {} |
746 | 746 | |
747 | 747 | /* Protected Static Functions */ |
748 | 748 | |
Index: trunk/extensions/Wikidata/OmegaWiki/OmegaWikiAttributes.php |
— | — | @@ -316,7 +316,7 @@ |
317 | 317 | $t->in_setup=False; |
318 | 318 | } |
319 | 319 | |
320 | | - protected function __set($key,$value) { |
| 320 | + public function __set($key,$value) { |
321 | 321 | if (!$this->setup()) |
322 | 322 | throw new Exception("OmegaWikiAttributes accessed, but was not properly initialized"); |
323 | 323 | $attributes=&$this->attributes; |