* fix the bug.

This commit is contained in:
wangchunsheng
2010-01-13 09:55:19 +00:00
parent 11f95f7a91
commit 6a0ba865bf

View File

@@ -58,6 +58,7 @@
<?php
foreach($actions as $action)
{
if($action->objectType == 'case') $action->objectType = 'testcase';
echo date('H:i', $action->date) . ' ' . $action->actor . ' ' . $action->action . ' ' . $action->objectType . ' ' . html::a($this->createLink($action->objectType, 'view', "id=$action->objectID"), '#' . $action->objectID);
echo "<br />";
}