Skip to content

Commit

Permalink
Damn you, copy'n'paste!
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Nov 13, 2018
1 parent c8eeff2 commit c6912ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSRv1/templates/stats/main.php
Expand Up @@ -40,7 +40,7 @@
</tr>
</thead>
<tbody>
<?php foreach($recentlyAdded as $code => $time): ?>
<?php foreach($recentlyModified as $code => $time): ?>
<tr>
<td><a href="/item/<?=$code?>"><?=$code?></a></td>
<td><?=date('Y-m-d, H:i', $time)?></td>
Expand Down

0 comments on commit c6912ef

Please sign in to comment.