Index: trunk/tools/ToolserverI18N/TsIntuition.php |
— | — | @@ -1270,7 +1270,7 @@ |
1271 | 1271 | */ |
1272 | 1272 | function isRTL( $code = null ) { |
1273 | 1273 | if ( !$code ) { |
1274 | | - $code = $this->getCode(); |
| 1274 | + $code = $this->getLang(); |
1275 | 1275 | } |
1276 | 1276 | require __DIR__ . '/language/Rtl.php'; |
1277 | 1277 | |