add hook 'get_system_apps'

This commit is contained in:
zotlabs 2018-05-21 16:19:17 -07:00
parent d9066ef26b
commit 9bf26cee6d

View File

@ -45,6 +45,8 @@ class Apps {
}
}
call_hooks('get_system_apps',$ret);
return $ret;
}