remove unused page_widgets.php include and provide a general function for loading sql from file to use in the cdav migration

This commit is contained in:
zotlabs
2017-06-22 22:43:08 -07:00
parent 02b7bc0803
commit 6c771f84ce
5 changed files with 14 additions and 64 deletions

View File

@@ -3,8 +3,6 @@ namespace Zotlabs\Module;
require_once('include/items.php');
require_once('include/conversation.php');
require_once('include/page_widgets.php');
class Block extends \Zotlabs\Web\Controller {