* adjust xuanxuan notification center logic, task #58691

This commit is contained in:
chaideqing
2022-07-01 16:27:40 +08:00
parent d01dd34431
commit 5965752003
9 changed files with 51 additions and 12 deletions
+3 -1
View File
@@ -59,10 +59,12 @@ class messageModel extends model
* @param int $objectID
* @param string $actionType
* @param int $actionID
* @param string $actor
* @param string $extra
* @access public
* @return void
*/
public function send($objectType, $objectID, $actionType, $actionID, $actor = '')
public function send($objectType, $objectID, $actionType, $actionID, $actor = '', $extra = '')
{
$objectType = strtolower($objectType);
$messageSetting = $this->config->message->setting;