mirror of
https://github.com/friendica/friendica
synced 2025-05-06 22:24:09 +02:00
Remove $ssl_state variable
This commit is contained in:
parent
366d798e38
commit
cb106f40ca
2 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue