aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-15 16:24:45 -0700
committerredmatrix <git@macgirvin.com>2016-06-15 16:24:45 -0700
commit476116a972c0f8b8ade495de557b8fc8d3097964 (patch)
tree39c6961be6da40c8988bebdd3ee1687f5c40d477 /Zotlabs
parent47fc0c79588d55a207dc39ae8062ec55382e2564 (diff)
downloadvolse-hubzilla-476116a972c0f8b8ade495de557b8fc8d3097964.tar.gz
volse-hubzilla-476116a972c0f8b8ade495de557b8fc8d3097964.tar.bz2
volse-hubzilla-476116a972c0f8b8ade495de557b8fc8d3097964.zip
translate already imported system apps
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/Apps.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php
index ed06943a1..20556212a 100644
--- a/Zotlabs/Lib/Apps.php
+++ b/Zotlabs/Lib/Apps.php
@@ -264,6 +264,8 @@ class Apps {
if(! $papp['photo'])
$papp['photo'] = z_root() . '/' . get_default_profile_photo(80);
+ self::translate_system_apps($papp);
+
$papp['papp'] = self::papp_encode($papp);
if(! strstr($papp['url'],'://'))