From 715b1667d928175c0fac5832b998d9ded92974a3 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 28 Jun 2016 20:48:43 -0700 Subject: readability --- Zotlabs/Module/Viewconnections.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() { -- cgit v1.2.3