readability

This commit is contained in:
redmatrix 2016-06-28 20:48:43 -07:00
parent 7d62e087c6
commit 715b1667d9

View File

@ -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() {