From e24425d44ea6416f6d20add0e1e872fb23ff5214 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 22 Sep 2008 15:09:37 -0400 Subject: correct a couple of bugs darcs-hash:20080922190937-5ed1f-9439cd9cff178323ac1445f33e2520260b4b267e.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 48dd1a1b4..edab7aad8 100644 --- a/lib/util.php +++ b/lib/util.php @@ -497,7 +497,7 @@ function common_language() { return $language; } } else { - return $config['site']['language']; + return common_config('site', 'language'); } } # salted, hashed passwords are stored in the DB -- cgit v1.2.3-54-g00ecf