this is why I didn't see the "app installed" message....
This commit is contained in:
parent
696f62331d
commit
9365b7f632
@ -23,7 +23,7 @@ function appman_post(&$a) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
$_REQUEST['appid'] = app_install(local_user(),$arr);
|
$_REQUEST['appid'] = app_install(local_user(),$arr);
|
||||||
if(app_installed(local_user(),$app))
|
if(app_installed(local_user(),$arr))
|
||||||
info( t('App installed.') . EOL);
|
info( t('App installed.') . EOL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user