* finish task #4724.

This commit is contained in:
wangyidong
2018-09-12 17:12:58 +08:00
parent 464e8ebadf
commit 24cb0d757e
7 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
if($action->action == 'login' or $action->action == 'logout' or empty($action->objectLink)) $action->objectName = $action->objectLabel = '';
$class = $action->major ? "class='active'" : '';
echo "<li $class><div>";
printf($lang->block->dynamicInfo, $action->date, $user, $action->actionLabel, $action->objectLabel, $action->objectLink, $action->objectName);
printf($lang->block->dynamicInfo, $action->date, $user, $action->actionLabel, $action->objectLabel, $action->objectLink, $action->objectName, $action->objectName);
echo "</div></li>";
$i++;
}