this is why I didn't see the "app installed" message....

This commit is contained in:
friendica 2014-05-20 22:45:56 -07:00
parent 696f62331d
commit 9365b7f632

View File

@ -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;
}