diff --git a/module/action/model.php b/module/action/model.php index 695c954c7d..12289ca4c0 100755 --- a/module/action/model.php +++ b/module/action/model.php @@ -787,7 +787,7 @@ class actionModel extends model */ public function getHistory($actionID) { - return $this->dao->select()->from(TABLE_HISTORY)->where('action')->in($actionID)->orderBy('id')->fetchGroup('action'); + return $this->dao->select()->from(TABLE_HISTORY)->where('action')->in($actionID)->fetchGroup('action'); } /**