diff options
author | friendica <info@friendica.com> | 2014-05-20 22:45:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-20 22:45:56 -0700 |
commit | 9365b7f632e06183946c78c8a70de95f36f3fef3 (patch) | |
tree | f534c028589344ee10f657cfbe7b82d02bcbed5a | |
parent | 696f62331d0edb541666e5ad72b69aa26940faeb (diff) | |
download | volse-hubzilla-9365b7f632e06183946c78c8a70de95f36f3fef3.tar.gz volse-hubzilla-9365b7f632e06183946c78c8a70de95f36f3fef3.tar.bz2 volse-hubzilla-9365b7f632e06183946c78c8a70de95f36f3fef3.zip |
this is why I didn't see the "app installed" message....
-rw-r--r-- | mod/appman.php | 2 |
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; } |