clone systems apps to the extent possible, auto-configure imagick thumbnail binary during setup if possible

This commit is contained in:
Zot
2019-03-18 09:35:53 +01:00
committed by Mario
parent e28bde6ccd
commit ea9925f489
9 changed files with 132 additions and 19 deletions

View File

@@ -472,6 +472,9 @@ class Import extends \Zotlabs\Web\Controller {
if(is_array($data['app']))
import_apps($channel,$data['app']);
if(is_array($data['sysapp']))
import_sysapps($channel,$data['sysapp']);
if(is_array($data['chatroom']))
import_chatrooms($channel,$data['chatroom']);