Remove $ssl_state variable

This commit is contained in:
Philipp Holzer 2023-02-19 12:25:24 +01:00
parent 366d798e38
commit cb106f40ca
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -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.