Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2023-05-08 18:00:20 +02:00
commit d4add8b343
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class SeedDMS_Controller_Login extends SeedDMS_Controller_Common {
return self::$user;
} /* }}} */
protected function _finalize($user) { /* {{{ */
public function _finalize($user) { /* {{{ */
$settings = $this->params['settings'];
$session = $this->params['session'];
$sesstheme = $this->params['sesstheme'];

View File

@ -181,6 +181,7 @@ $(document).ready( function() {
}
$this->contentContainerEnd();
$this->formSubmit(getMLText('submit_login'));
$this->callHook('postLoginForm');
?>
</form>
<?php