Skip to content
Snippets Groups Projects
Commit 194f890a authored by Jared Hancock's avatar Jared Hancock
Browse files

faq: Show proper update time on staff view

Fixes #2410
parent fe622266
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ if($thisstaff->canManageFAQ()) {
<?php echo ($topics=$faq->getHelpTopics())?implode(', ',$topics):' '; ?>
</div>
</p>
<div class="faded">&nbsp;<?php echo __('Last updated');?> <?php echo Format::db_daydatetime($category->getUpdateDate()); ?></div>
<div class="faded">&nbsp;<?php echo __('Last updated');?> <?php echo Format::db_daydatetime($faq->getUpdateDate()); ?></div>
<hr>
<?php
if($thisstaff->canManageFAQ()) {
......
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