Skip to content
Snippets Groups Projects
Commit fd7fbd60 authored by aydreeihn's avatar aydreeihn
Browse files

Merge remote-tracking branch 'kevin/issue/kb-client-update-time' into features_prs/develop-next

parents 66037528 66b1c305
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