* Adjust code

This commit is contained in:
zenggang
2022-02-22 08:03:31 +00:00
parent 894689a7e3
commit 438641dee0
+1 -2
View File
@@ -734,8 +734,7 @@ class actionModel extends model
elseif($action->action == 'createmr' and strpos($action->extra, '::') !== false)
{
list($mrCreatedDate, $mrActor, $mrLink) = explode('::', $action->extra);
$MRCreateAction = sprintf($this->lang->mr->createAction, $mrCreatedDate, $mrActor, $mrLink);
$desc = $MRCreateAction;
$desc = sprintf($this->lang->mr->createAction, $mrCreatedDate, $mrActor, $mrLink);
}
elseif(isset($this->config->maxVersion) and strpos($this->config->action->assetType, $action->objectType) !== false and $action->action == 'approved')
{