Merge "Move condition to not show form one level up"
[lhc/web/wiklou.git] / languages / classes / LanguageKk.php
index 9c6ad44..548c9a0 100644 (file)
@@ -415,7 +415,7 @@ class LanguageKk extends LanguageKk_cyrl {
         *
         * @return string
         */
-       function ucfirst( $string ) {
+       public function ucfirst( $string ) {
                if ( $string[0] == 'i' ) {
                        $variant = $this->getPreferredVariant();
                        if ( $variant == 'kk-latn' || $variant == 'kk-tr' ) {