aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-10-12 10:02:18 +0000
committerMario <mario@mariovavti.com>2022-10-12 10:02:18 +0000
commitbc9778e02f6ba953c8437e8e9f4cc1f211a0232e (patch)
treea8461df8e180fb38cbbb480add5245db07162ac3
parenta83d2efe84c40b5440e96e1f55c6bce1f7d50232 (diff)
downloadvolse-hubzilla-bc9778e02f6ba953c8437e8e9f4cc1f211a0232e.tar.gz
volse-hubzilla-bc9778e02f6ba953c8437e8e9f4cc1f211a0232e.tar.bz2
volse-hubzilla-bc9778e02f6ba953c8437e8e9f4cc1f211a0232e.zip
poco: remove unused parameters
-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;