Index: trunk/extensions/Translate/SpecialFirstSteps.php |
— | — | @@ -20,13 +20,14 @@ |
21 | 21 | |
22 | 22 | public function __construct() { |
23 | 23 | parent::__construct( 'FirstSteps' ); |
| 24 | + } |
| 25 | + |
| 26 | + public function execute( $params ) { |
24 | 27 | global $wgOut, $wgUser; |
25 | 28 | $this->out = $wgOut; |
26 | 29 | $this->user = $wgUser; |
27 | 30 | $this->skin = $wgUser->getSkin(); |
28 | | - } |
29 | 31 | |
30 | | - public function execute( $params ) { |
31 | 32 | $this->out->addWikiMsg( 'translate-fs-intro' ); |
32 | 33 | $step = false; |
33 | 34 | |