* [refac bug #56113] Update file-updateObjectID method.

This commit is contained in:
wangyidong
2024-10-18 17:28:23 +08:00
parent 5bc6cd9423
commit e5b66bff89
2 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class actionModel extends model
}
if($hasRecentTable) $this->dao->insert(TABLE_ACTIONRECENT)->data($action)->autoCheck()->exec();
foreach($uid as $value) $this->file->updateObjectID($value, $objectID, $objectType);
$this->file->updateObjectID($uid, $objectID, $objectType);
$this->loadModel('message')->send(strtolower($objectType), $objectID, $actionType, $actionID, $actor, $extra);