From 03e2d2ee8f048faa3328a2fdbb6c252726284db4 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 25 May 2014 22:25:13 -0700 Subject: missing "app installed" info msg --- mod/appman.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/appman.php') diff --git a/mod/appman.php b/mod/appman.php index 49adcd7fa..a782cb0eb 100644 --- a/mod/appman.php +++ b/mod/appman.php @@ -23,8 +23,10 @@ function appman_post(&$a) { ); $_REQUEST['appid'] = app_install(local_user(),$arr); + if(app_installed(local_user(),$arr)) info( t('App installed.') . EOL); + return; } @@ -38,6 +40,8 @@ function appman_post(&$a) { if($_POST['install']) { app_install(local_user(),$papp); + if(app_installed(local_user(),$papp)) + info( t('App installed.') . EOL); } if($_POST['delete']) { -- cgit v1.2.3