mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
d4add8b343
|
@ -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'];
|
||||
|
|
|
@ -181,6 +181,7 @@ $(document).ready( function() {
|
|||
}
|
||||
$this->contentContainerEnd();
|
||||
$this->formSubmit(getMLText('submit_login'));
|
||||
$this->callHook('postLoginForm');
|
||||
?>
|
||||
</form>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue
Block a user