mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
listTables with preview in two layouts
This commit is contained in:
@@ -36,7 +36,7 @@ class Messages extends FHCAPI_Controller
|
||||
$this->terminateWithError("logic for type_id " . $type_id . " not defined yet", self::ERROR_TYPE_GENERAL);
|
||||
}
|
||||
|
||||
$result = $this->MessageModel->getMessagesOfPerson($id);
|
||||
$result = $this->MessageModel->getMessagesForTable($id);
|
||||
|
||||
$data = $this->getDataOrTerminateWithError($result);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user