* [task#136528,doing,0.1h] catch rule.

This commit is contained in:
sunguangming
2025-02-08 10:48:19 +08:00
committed by 刘刚
parent d13ce27238
commit b490ec121f
+5
View File
@@ -95,6 +95,11 @@ class actionModel extends model
$this->loadModel('message')->send(strtolower($objectType), $objectID, $actionType, $actionID, $actor, $extra);
if(in_array($this->config->edition, array('max', 'ipd')))
{
$this->loadModel('rulequeue')->save($action);
}
$this->saveIndex($objectType, $objectID, $actionType);
$changeFunc = 'after' . ucfirst($objectType);