Update Translatable.php

This commit is contained in:
w-huber 2016-11-02 14:04:47 +01:00 committed by GitHub
parent 18b3c8f8bf
commit c6f9bd0330
1 changed files with 1 additions and 1 deletions

View File

@ -1752,7 +1752,7 @@ class Translatable extends DataExtension implements PermissionProvider {
* @deprecated 2.4 Use get_reading_locale()
*/
static function get_reading_lang() {
return i18n::get_lang_from_locale(self::get_reading_locale());
return i18n::get_lang_from_locale(self::get_current_locale());
}
/**