This commit is contained in:
zhouxudong
2022-04-18 14:47:04 +08:00
parent c449b53e4b
commit 36946a8fb1
+1 -1
View File
@@ -739,7 +739,7 @@ class actionModel extends model
elseif($action->action == 'createmr' and strpos($action->extra, '::') !== false)
{
list($mrCreatedDate, $mrActor, $mrLink) = explode('::', $action->extra);
if(isonlybody()) $mrLink .= '?onlybody=yes';
if(isonlybody()) $mrLink .= ($this->config->requestType == 'GET' ? '&onlybody=yes' : '?onlybody=yes');
$this->app->loadLang('mr');
$desc = sprintf($this->lang->mr->createAction, $mrCreatedDate, $mrActor, $mrLink);
}