* Misc cleanup
[lhc/web/wiklou.git] / languages / LanguageYi.php
index 8c7f6c9..9a2aa72 100644 (file)
@@ -11,7 +11,7 @@ require_once( "LanguageUtf8.php" );
 class LanguageYi extends LanguageUtf8 {
 
        function getDefaultUserOptions() {
-               $opt = Language::getDefaultUserOptions();
+               $opt = parent::getDefaultUserOptions();
                $opt["quickbar"] = 2; # Right-to-left
                return $opt;
        }