diff options
author | M.Dent <dentm42@dm42.net> | 2018-09-27 13:37:15 -0400 |
---|---|---|
committer | M.Dent <dentm42@dm42.net> | 2018-09-27 13:37:15 -0400 |
commit | 6f98ca68af59e7c27179b5b9712a4fa015ad7f47 (patch) | |
tree | 80199b214313e6656b360f2106f81426200b7132 | |
parent | 505782f224d232acd57f7a5986adfc9bf8a7bb79 (diff) | |
download | volse-hubzilla-6f98ca68af59e7c27179b5b9712a4fa015ad7f47.tar.gz volse-hubzilla-6f98ca68af59e7c27179b5b9712a4fa015ad7f47.tar.bz2 volse-hubzilla-6f98ca68af59e7c27179b5b9712a4fa015ad7f47.zip |
Translate system app names
-rw-r--r-- | Zotlabs/Lib/Apps.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 4ee64f15e..519d5f35a 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -763,6 +763,7 @@ class Apps { call_hooks('app_list',$hookinfo); $r = $hookinfo['apps']; for($x = 0; $x < count($r); $x ++) { + $r[$x]['app_name']=t(trim($r[$x]['app_name'])); if(! $r[$x]['app_system']) $r[$x]['type'] = 'personal'; $r[$x]['term'] = q("select * from term where otype = %d and oid = %d", |