This commit is contained in:
wangyidong
2024-01-04 09:18:02 +08:00
parent 228e090f4b
commit baae4d7933
2 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
<?php
class xuanxuanMessage extends messageModel
{
public function send(string $objectType, int $objectID, string $actionType, int $actionID, string $actor = '', string $extra = ''): void
public function send(string $objectType, int $objectID, string $actionType, int $actionID, string $actor = '', string $extra = '')
{
$messageSetting = $this->config->message->setting;
if(is_string($messageSetting)) $messageSetting = json_decode($messageSetting, true);
+1 -1
View File
@@ -1 +1 @@
.progress{overflow:auto; height:400px; display: block; white-space: normal;}
.progress{overflow:hidden; height:400px; display: block; white-space: normal;}