* Fix bug #42962.
This commit is contained in:
@@ -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 @@
|
||||
.progress{overflow:auto; height:400px; display: block; white-space: normal;}
|
||||
.progress{overflow:hidden; height:400px; display: block; white-space: normal;}
|
||||
|
||||
Reference in New Issue
Block a user