aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-29 09:11:22 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-29 09:11:22 +0200
commit3102440d407fe195878b9535aae4fd0da750f437 (patch)
treeb915e72f142daf09bdfb3e110a7fbf93d17b0f37 /Zotlabs/Module
parentdcc65bbacb81801b5e138795c18ef9e740dbd26c (diff)
parent715b1667d928175c0fac5832b998d9ded92974a3 (diff)
downloadvolse-hubzilla-3102440d407fe195878b9535aae4fd0da750f437.tar.gz
volse-hubzilla-3102440d407fe195878b9535aae4fd0da750f437.tar.bz2
volse-hubzilla-3102440d407fe195878b9535aae4fd0da750f437.zip
Merge branch 'dev' into sabre32
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Viewconnections.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/Zotlabs/Module/Viewconnections.php b/Zotlabs/Module/Viewconnections.php
index 7523c259b..4364d482a 100644
--- a/Zotlabs/Module/Viewconnections.php
+++ b/Zotlabs/Module/Viewconnections.php
@@ -10,8 +10,11 @@ class Viewconnections extends \Zotlabs\Web\Controller {
if(observer_prohibited()) {
return;
}
- if(argc() > 1)
+
+ if(argc() > 1) {
profile_load(argv(1));
+ }
+
}
function get() {