Skip to content
Snippets Groups Projects
Commit 66b1c305 authored by Kevin Thorne's avatar Kevin Thorne
Browse files

Client FAQ Last Updated Time

This addresses issue where Client side FAQ Last Updated time was showing incorrect Category Last Updated time.
parent 11de92f7
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ $category=$faq->getCategory();
<?php echo $faq->getLocalQuestion() ?>
</div>
<div class="faded"><?php echo sprintf(__('Last Updated %s'),
Format::relativeTime(Misc::db2gmtime($category->getUpdateDate()))); ?></div>
Format::relativeTime(Misc::db2gmtime($faq->getUpdateDate()))); ?></div>
<br/>
<div class="thread-body bleed">
<?php echo $faq->getLocalAnswerWithImages(); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment