diff options
author | Mario <mario@mariovavti.com> | 2020-03-28 09:29:49 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-03-28 09:29:49 +0000 |
commit | bcdd75b8178309e5c4e65d170505ab60678c2159 (patch) | |
tree | ce6e5592f090595f390ab073e3ad4edaa727c8ee /Zotlabs/Module | |
parent | 0271f2a1ae5175fc5f1a7ec4f860a5d6372d7aeb (diff) | |
download | volse-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.php | 3 |
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; |