This commit is contained in:
zotlabs 2017-12-28 15:16:50 -08:00 committed by Mario
parent 4ab4224277
commit cd2d1ff02a

View File

@ -35,8 +35,11 @@ class Network extends \Zotlabs\Web\Controller {
return login(false); return login(false);
} }
if($load) $o = '';
if($load) {
$_SESSION['loadtime'] = datetime_convert(); $_SESSION['loadtime'] = datetime_convert();
}
$arr = array('query' => \App::$query_string); $arr = array('query' => \App::$query_string);
@ -104,7 +107,6 @@ class Network extends \Zotlabs\Web\Controller {
$def_acl = array('allow_gid' => '<' . $r[0]['hash'] . '>'); $def_acl = array('allow_gid' => '<' . $r[0]['hash'] . '>');
} }
$o = '';
// if no tabs are selected, defaults to comments // if no tabs are selected, defaults to comments