settings page channel permissions front-end (needs back-end still)

This commit is contained in:
friendica
2012-11-01 19:47:10 -07:00
parent 1021a4d476
commit 3bf5677797
8 changed files with 106 additions and 5 deletions

View File

@@ -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];