aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Module/Poco.php4
-rw-r--r--Zotlabs/Module/Xpoco.php4
-rw-r--r--include/socgraph.php2
3 files changed, 5 insertions, 5 deletions
diff --git a/Zotlabs/Module/Poco.php b/Zotlabs/Module/Poco.php
index 85c9348c0..f0355bb61 100644
--- a/Zotlabs/Module/Poco.php
+++ b/Zotlabs/Module/Poco.php
@@ -7,7 +7,7 @@ require_once('include/socgraph.php');
class Poco extends \Zotlabs\Web\Controller {
function init() {
- poco($a,false);
+ poco();
}
-
+
}
diff --git a/Zotlabs/Module/Xpoco.php b/Zotlabs/Module/Xpoco.php
index 3ff05c4e1..6d5178336 100644
--- a/Zotlabs/Module/Xpoco.php
+++ b/Zotlabs/Module/Xpoco.php
@@ -7,7 +7,7 @@ require_once('include/socgraph.php');
class Xpoco extends \Zotlabs\Web\Controller {
function init() {
- poco($a,true);
+ poco();
}
-
+
}
diff --git a/include/socgraph.php b/include/socgraph.php
index 5b913dcfd..874086788 100644
--- a/include/socgraph.php
+++ b/include/socgraph.php
@@ -332,7 +332,7 @@ function update_suggestions() {
}
-function poco($a,$extended = false) {
+function poco() {
$system_mode = false;