From 3bf5677797a6a40dacac2ddcbe9271aea508e421 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 1 Nov 2012 19:47:10 -0700 Subject: settings page channel permissions front-end (needs back-end still) --- include/language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/language.php') diff --git a/include/language.php b/include/language.php index 899375dcf..56d5f1cf4 100644 --- a/include/language.php +++ b/include/language.php @@ -125,7 +125,7 @@ function load_translation_table($lang) { if(! function_exists('t')) { function t($s) { - $a = get_app(); + global $a; if(x($a->strings,$s)) { $t = $a->strings[$s]; -- cgit v1.2.3