make it possible to edit/delete apps via /apps/personal/edit

This commit is contained in:
friendica
2014-05-21 01:55:32 -07:00
parent c6de9096fa
commit 77ca117218
4 changed files with 9 additions and 3 deletions

View File

@@ -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;