This commit is contained in:
pengjiangxiu
2017-07-19 15:00:11 +08:00
parent 77e4345aef
commit 8e55b830e9
+1
View File
@@ -711,6 +711,7 @@ class actionModel extends model
{
list($objectLabel, $moduleName, $methodName, $vars) = explode('|', $action->objectLabel);
$action->objectLink = helper::createLink($moduleName, $methodName, sprintf($vars, $action->objectID));
if($action->objectType == 'user') $action->objectLink = helper::createLink($moduleName, $methodName, sprintf($vars, $action->actor));
$action->objectLabel = $objectLabel;
}
else