remove include/widgets.php

This commit is contained in:
zotlabs
2017-03-29 12:04:44 +02:00
committed by Mario Vavti
parent 0bad26e116
commit 6c92a240cc
7 changed files with 2 additions and 27 deletions
+1 -3
View File
@@ -3,8 +3,6 @@ namespace Zotlabs\Module;
require_once('include/socgraph.php');
require_once('include/contact_widgets.php');
require_once('include/widgets.php');
class Suggest extends \Zotlabs\Web\Controller {
@@ -23,7 +21,7 @@ class Suggest extends \Zotlabs\Web\Controller {
}
function get() {
function get() {
$o = '';
if(! local_channel()) {