aboutsummaryrefslogtreecommitdiffstats
path: root/mod/appman.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-20 22:45:56 -0700
committerfriendica <info@friendica.com>2014-05-20 22:45:56 -0700
commit9365b7f632e06183946c78c8a70de95f36f3fef3 (patch)
treef534c028589344ee10f657cfbe7b82d02bcbed5a /mod/appman.php
parent696f62331d0edb541666e5ad72b69aa26940faeb (diff)
downloadvolse-hubzilla-9365b7f632e06183946c78c8a70de95f36f3fef3.tar.gz
volse-hubzilla-9365b7f632e06183946c78c8a70de95f36f3fef3.tar.bz2
volse-hubzilla-9365b7f632e06183946c78c8a70de95f36f3fef3.zip
this is why I didn't see the "app installed" message....
Diffstat (limited to 'mod/appman.php')
-rw-r--r--mod/appman.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/appman.php b/mod/appman.php
index 6570e2fd9..6d5127b51 100644
--- a/mod/appman.php
+++ b/mod/appman.php
@@ -23,7 +23,7 @@ function appman_post(&$a) {
);
$_REQUEST['appid'] = app_install(local_user(),$arr);
- if(app_installed(local_user(),$app))
+ if(app_installed(local_user(),$arr))
info( t('App installed.') . EOL);
return;
}