Merge branch 'dev' into 'dev'

Translate system app names

See merge request hubzilla/core!1286
This commit is contained in:
M. Dent 2018-09-27 19:38:39 +02:00
commit f17261020d

View File

@ -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",