aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-04-25 11:54:37 +0200
committerMario <mario@mariovavti.com>2019-04-25 11:54:37 +0200
commitd689778465c0439d0ceae071dab2509e3f95403e (patch)
treeee68e6a3ec60aeedd21fff263e826735fd51f429 /Zotlabs/Lib/Libzot.php
parentc123fa5422c9c2df741819c4fb9a1b19547866d4 (diff)
parent3c8f8b76aa35eed1e612cb20537b8648bef3daca (diff)
downloadvolse-hubzilla-d689778465c0439d0ceae071dab2509e3f95403e.tar.gz
volse-hubzilla-d689778465c0439d0ceae071dab2509e3f95403e.tar.bz2
volse-hubzilla-d689778465c0439d0ceae071dab2509e3f95403e.zip
Merge branch 'dev' into 'dev'
hubloc confusion in magic auth See merge request hubzilla/core!1608
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index 70602bbbc..9bf987027 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -3107,7 +3107,11 @@ class Libzot {
foreach($arr as $v) {
if($v[$check] === 'zot6') {
-
+ return $v;
+ }
+ }
+ foreach($arr as $v) {
+ if($v[$check] === 'zot') {
return $v;
}
}