Skip to content

Commit

Permalink
fix hm_is_logged function output when dynamic login module replaced n…
Browse files Browse the repository at this point in the history
…ormal login handler and is_logged is not defined - main menu is missing in that case
  • Loading branch information
kroky committed Apr 30, 2024
1 parent 9ca886e commit 1604c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dynamic_login/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public function process() {
}
$this->session->auth_class = $this->session->get('auth_class');
$this->out('changed_settings', $this->session->get('changed_settings', array()), false);
$this->out('is_logged', true);
}
Hm_Request_Key::load($this->session, $this->request, $this->session->loaded);
$this->validate_method($this->session, $this->request);
Expand Down

0 comments on commit 1604c47

Please sign in to comment.