aboutsummaryrefslogtreecommitdiffstats
path: root/mod/apps.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-21 20:54:09 -0700
committerfriendica <info@friendica.com>2014-05-21 20:54:09 -0700
commit751fda97045ad4e399e9a01cc14d8eb058b361a8 (patch)
tree02f0066e82d006fa9959e7742d520bebf6f25e89 /mod/apps.php
parente9b006a5eba1672258568ece39499d2488bd95eb (diff)
downloadvolse-hubzilla-751fda97045ad4e399e9a01cc14d8eb058b361a8.tar.gz
volse-hubzilla-751fda97045ad4e399e9a01cc14d8eb058b361a8.tar.bz2
volse-hubzilla-751fda97045ad4e399e9a01cc14d8eb058b361a8.zip
more app work
Diffstat (limited to 'mod/apps.php')
-rw-r--r--mod/apps.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/apps.php b/mod/apps.php
index 34bbc7142..e88c54c66 100644
--- a/mod/apps.php
+++ b/mod/apps.php
@@ -28,8 +28,6 @@ function apps_content(&$a) {
$list = app_list(local_user());
if($list) {
foreach($list as $app) {
- if($mode == 'edit')
- $app['alt_url'] = z_root() . '/appman/?f=&appid=' . $app['app_id'];
$apps[] = app_render(app_encode($app),$mode);
}
}