apps improvements

This commit is contained in:
Mario Vavti
2017-02-22 11:22:43 +01:00
parent 956f0043fc
commit 55924f5c5b
8 changed files with 19 additions and 31 deletions

View File

@@ -36,8 +36,9 @@ class Appman extends \Zotlabs\Web\Controller {
if(Zlib\Apps::app_installed(local_channel(),$arr))
info( t('App installed.') . EOL);
return;
goaway(z_root() . '/apps');
return; //not reached
}