* Revert "show the system real name."

This reverts commit ab26342191.
This commit is contained in:
Chenjianyu
2023-09-04 11:13:29 +08:00
parent 3c7d77a87d
commit cf7f300dd3
+1 -1
View File
@@ -119,7 +119,7 @@
<tbody>
<tr>
<th class="w-90px"><?php echo $lang->prompt->createdBy; ?></th>
<td><?php echo $prompt->createdBy == 'system' ? $lang->admin->system : zget($users, $prompt->createdBy) . $lang->at . $prompt->createdDate;?></td>
<td><?php echo zget($users, $prompt->createdBy) . $lang->at . $prompt->createdDate;?></td>
</tr>
<?php
/* Search for last publish / unpublish action. */