|
@@ -164,7 +164,7 @@ class Route_Msgs extends RouteBase {
|
|
|
$route = Router::getRoute($msgRow->app_className);
|
|
$route = Router::getRoute($msgRow->app_className);
|
|
|
$route->runByMessageFromMsgsSystem($msgRow->msg, $execNotes);
|
|
$route->runByMessageFromMsgsSystem($msgRow->msg, $execNotes);
|
|
|
}
|
|
}
|
|
|
- //$this->finishMessage($id, $execNotes);
|
|
|
|
|
|
|
+ $this->forceFinishMessage($id, $execNotes);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public function getMessage($id) {
|
|
public function getMessage($id) {
|
|
@@ -204,7 +204,7 @@ class Route_Msgs extends RouteBase {
|
|
|
return $msg;
|
|
return $msg;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public function finishMessage($id, $execNotes) {
|
|
|
|
|
|
|
+ public function forceFinishMessage($id, $execNotes) {
|
|
|
if (empty($id)) return;
|
|
if (empty($id)) return;
|
|
|
$id = intval($id);
|
|
$id = intval($id);
|
|
|
if ($id <= 0) return;
|
|
if ($id <= 0) return;
|