readability
This commit is contained in:
parent
7d62e087c6
commit
715b1667d9
@ -10,8 +10,11 @@ class Viewconnections extends \Zotlabs\Web\Controller {
|
|||||||
if(observer_prohibited()) {
|
if(observer_prohibited()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(argc() > 1)
|
|
||||||
|
if(argc() > 1) {
|
||||||
profile_load(argv(1));
|
profile_load(argv(1));
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function get() {
|
function get() {
|
||||||
|
Reference in New Issue
Block a user