BUGFIX fixed visibility on i18n::default_locale()

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@43758 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-10-24 00:29:49 +00:00
parent a645869bc3
commit d85bf0b73e

View File

@ -1180,6 +1180,10 @@ class i18n extends Controller {
return Translatable::default_lang();
}
static function default_locale() {
return self::$default_locale;
}
/**
* Enables the multilingual content feature (proxy for Translatable::enable())
*/