Commit fbd9e324dc755052c416c3dc8a850e53b0a562d5

Authored by Alexey Boroda
1 parent d39ab828

-Small date fix on comments

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/modules/comment/views/artbox_comment_item.php
... ... @@ -20,7 +20,7 @@
20 20 </div>
21 21 <div class="user_data" itemprop="datePublished">
22 22 <?php
23   - echo date('d.m.Y', $model->date_add);
  23 + echo date('d.m.Y', $model->date_update);
24 24 ?>
25 25 </div>
26 26 <div class="user_name" itemprop="author">
... ...