rename get_language() to get_browser_language()

This commit is contained in:
friendica
2012-05-13 04:52:29 -07:00
parent eaf028c9fb
commit 3811fe288f
4 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ require_once("boot.php");
$a = new App;
@include(".htconfig.php");
$lang = get_language();
$lang = get_browser_language();
load_translation_table($lang);
require_once("dba.php");