aboutsummaryrefslogtreecommitdiffstats
path: root/include/apps.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-21 01:55:32 -0700
committerfriendica <info@friendica.com>2014-05-21 01:55:32 -0700
commit77ca117218382b57e2d0590466d9fc38dc016e80 (patch)
treec7e3621510f45f9bd4d09d2fc6d4b9cf45e549f9 /include/apps.php
parentc6de9096fabf913e5e8b4acbde75cd58bb8c9959 (diff)
downloadvolse-hubzilla-77ca117218382b57e2d0590466d9fc38dc016e80.tar.gz
volse-hubzilla-77ca117218382b57e2d0590466d9fc38dc016e80.tar.bz2
volse-hubzilla-77ca117218382b57e2d0590466d9fc38dc016e80.zip
make it possible to edit/delete apps via /apps/personal/edit
Diffstat (limited to 'include/apps.php')
-rw-r--r--include/apps.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apps.php b/include/apps.php
index 2b5903329..b5aad2456 100644
--- a/include/apps.php
+++ b/include/apps.php
@@ -348,6 +348,9 @@ function app_encode($app,$embed = false) {
if($app['app_page'])
$ret['page'] = $app['app_page'];
+ if($app['alt_url'])
+ $ret['alt_url'] = $app['alt_url'];
+
if(! $embed)
return $ret;