Messages im FAS werden nach Datum sortiert anstatt nach Betreff

This commit is contained in:
Andreas Österreicher
2018-02-20 18:42:23 +01:00
parent 695e7f60af
commit 7c2445dc89
3 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -10,19 +10,19 @@ class Messages extends VileSci_Controller
*
*/
public function __construct()
{
parent::__construct();
{
parent::__construct();
// Loads the message library
$this->load->library('MessageLib');
// Loads the message library
$this->load->library('MessageLib');
// Loads the widget library
// Loads the widget library
$this->load->library('WidgetLib');
$this->load->model('person/Person_model', 'PersonModel');
$this->_setAuthUID(); // sets property uid
}
}
/**
* write