Remove $ssl_state variable
This commit is contained in:
parent
366d798e38
commit
cb106f40ca
|
@ -446,8 +446,6 @@ class Conversation
|
|||
$this->page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput.css'));
|
||||
$this->page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput-typeahead.css'));
|
||||
|
||||
$ssl_state = (bool)$this->session->getLocalUserId();
|
||||
|
||||
$live_update_div = '';
|
||||
|
||||
$blocklist = $this->getBlocklist();
|
||||
|
|
|
@ -184,8 +184,6 @@ class Nav
|
|||
*/
|
||||
private function getInfo(): array
|
||||
{
|
||||
$ssl_state = (bool) $this->session->getLocalUserId();
|
||||
|
||||
/*
|
||||
* Our network is distributed, and as you visit friends some
|
||||
* sites look exactly the same - it isn't always easy to know where you are.
|
||||
|
|
Loading…
Reference in a new issue