Skip to content

Commit a941bfe

Browse files
committedDec 23, 2022
更新:优化代码
·
v2.7.7v2.1.7
1 parent 45220db commit a941bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/Plugins/User/src/Lib/UserNotice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function sends(array $user_ids, $title, $content, $action = null, $conten
113113
'status' => 'publish'
114114
]);
115115
}
116-
$this->sendMail($user_id, $title, $action, Str::limit($contentLength, 197));
116+
$this->sendMail($user_id, $title, $action, $content, $contentLength);
117117
}
118118
}
119119

0 commit comments

Comments
 (0)
Please sign in to comment.