From 9365b7f632e06183946c78c8a70de95f36f3fef3 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 20 May 2014 22:45:56 -0700 Subject: this is why I didn't see the "app installed" message.... --- mod/appman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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; } -- cgit v1.2.3