mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
added parse data method
This commit is contained in:
@@ -101,7 +101,7 @@ class Dms extends APIv1_Controller
|
||||
{
|
||||
if ($this->_saveFileOnUpdate($dms))
|
||||
{
|
||||
$result = $this->DmsModel->update($this->post()['dms_id'], $this->_dmsFieldsArray($dms));
|
||||
$result = $this->DmsModel->update($dms['dms_id'], $this->_dmsFieldsArray($dms));
|
||||
if ($result->error == EXIT_SUCCESS)
|
||||
{
|
||||
$result = $this->DmsModel->updateDmsVersion($dms['dms_id'], $this->_dmsVersionFieldsArray($dms));
|
||||
|
||||
Reference in New Issue
Block a user