Index: trunk/extensions/WikiSync/WikiSyncPage.php |
— | — | @@ -166,7 +166,7 @@ |
167 | 167 | } |
168 | 168 | |
169 | 169 | function execute( $param ) { |
170 | | - global $wgOut; |
| 170 | + global $wgOut, $wgContLang; |
171 | 171 | global $wgUser; |
172 | 172 | # commented out, ignored by FF 3+ anyway |
173 | 173 | # $wgOut->enableClientCache( false ); |
— | — | @@ -182,6 +182,7 @@ |
183 | 183 | if ( !$wgUser->isAnon() ) { |
184 | 184 | WikiSyncSetup::$remote_wiki_user = $wgUser->getName(); |
185 | 185 | } |
| 186 | + WikiSyncSetup::headScripts( $wgOut, $wgContLang->isRTL() ); |
186 | 187 | $wgOut->setPagetitle( wfMsgHtml( 'wikisync' ) ); |
187 | 188 | $this->initSyncDirectionTpl(); |
188 | 189 | $this->initRemoteLoginFormTpl(); |