aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-03-28 09:29:49 +0000
committerMario <mario@mariovavti.com>2020-03-28 09:29:49 +0000
commitbcdd75b8178309e5c4e65d170505ab60678c2159 (patch)
treece6e5592f090595f390ab073e3ad4edaa727c8ee /Zotlabs/Module
parent0271f2a1ae5175fc5f1a7ec4f860a5d6372d7aeb (diff)
downloadvolse-hubzilla-bcdd75b8178309e5c4e65d170505ab60678c2159.tar.gz
volse-hubzilla-bcdd75b8178309e5c4e65d170505ab60678c2159.tar.bz2
volse-hubzilla-bcdd75b8178309e5c4e65d170505ab60678c2159.zip
prevent mod fhublocs breaking things. it needs porting to zot6 but has no priority for now.
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Fhublocs.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zotlabs/Module/Fhublocs.php b/Zotlabs/Module/Fhublocs.php
index 42c119da3..8393d26d6 100644
--- a/Zotlabs/Module/Fhublocs.php
+++ b/Zotlabs/Module/Fhublocs.php
@@ -10,6 +10,9 @@ require_once('include/crypto.php');
class Fhublocs extends \Zotlabs\Web\Controller {
function get() {
+
+ //TODO: this needs updating to zot6!!!
+ return;
if(! is_site_admin())
return;