From c6de9096fabf913e5e8b4acbde75cd58bb8c9959 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 20 May 2014 22:59:58 -0700 Subject: add zids to all the personal app links --- include/apps.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/apps.php b/include/apps.php index 910d1c84d..2b5903329 100644 --- a/include/apps.php +++ b/include/apps.php @@ -139,6 +139,11 @@ function app_render($papp,$mode = 'view') { $papp['papp'] = papp_encode($papp); + foreach($papp as $k => $v) { + if(strpos($v,'http') === 0 && $k != 'papp') + $papp[$k] = zid($v); + } + if(local_user()) { $installed = app_installed(local_user(),$papp); } -- cgit v1.2.3