mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-19 17:41:54 +02:00
Merged master into ui-updates-1
This commit is contained in:
@ -17,7 +17,7 @@ class ControllerGroupEmail extends Controller {
|
||||
|
||||
$this->load->model('group/group');
|
||||
|
||||
//$this->document->title = $language->get('text_group_management');
|
||||
$this->document->title = '';
|
||||
|
||||
$this->data['page'] = 0;
|
||||
$this->data['page_len'] = get_page_length();
|
||||
|
@ -32,7 +32,7 @@ class ControllerLoginLogin extends Controller {
|
||||
$this->load->model('saas/customer');
|
||||
}
|
||||
|
||||
$this->document->title = $this->data['text_login'];
|
||||
$this->data['title'] = $this->data['text_login'];
|
||||
|
||||
if($this->request->server['REQUEST_METHOD'] == 'POST' && $this->validate() == true) {
|
||||
|
||||
|
Reference in New Issue
Block a user