mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
fixed the sso controller
This commit is contained in:
@ -19,6 +19,7 @@ class ControllerLoginSSO extends Controller {
|
||||
$this->load->model('user/user');
|
||||
$this->load->model('user/prefs');
|
||||
$this->load->model('folder/folder');
|
||||
$this->load->model('domain/domain');
|
||||
|
||||
$this->document->title = $this->data['text_login'];
|
||||
|
||||
|
Reference in New Issue
Block a user