fix db update

This commit is contained in:
zotlabs 2018-12-29 14:44:30 -08:00
parent ff4b1331db
commit 77f43d4c4e

View file

@ -16,7 +16,7 @@ class _1225 {
$app['uid'] = 0;
$app['guid'] = hash('whirlpool',$app['name']);
$app['system'] = 1;
self::app_install(0,$app);
Apps::app_install(0,$app);
}
}