aboutsummaryrefslogtreecommitdiffstats
path: root/include/apps.php
diff options
context:
space:
mode:
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;