aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Viewconnections.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-28 20:48:43 -0700
committerredmatrix <git@macgirvin.com>2016-06-28 20:48:43 -0700
commit715b1667d928175c0fac5832b998d9ded92974a3 (patch)
tree3261667308a74cb8523701e2f0e973971a1bd598 /Zotlabs/Module/Viewconnections.php
parent7d62e087c65d964282171dd736e337cba135610f (diff)
downloadvolse-hubzilla-715b1667d928175c0fac5832b998d9ded92974a3.tar.gz
volse-hubzilla-715b1667d928175c0fac5832b998d9ded92974a3.tar.bz2
volse-hubzilla-715b1667d928175c0fac5832b998d9ded92974a3.zip
readability
Diffstat (limited to 'Zotlabs/Module/Viewconnections.php')
-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() {