aboutsummaryrefslogtreecommitdiff
path: root/templates/gui-note.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gui-note.php')
-rw-r--r--templates/gui-note.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gui-note.php b/templates/gui-note.php
index 2aa5a20..bb8d03e 100644
--- a/templates/gui-note.php
+++ b/templates/gui-note.php
@@ -14,7 +14,7 @@
<h1><?php echo ($_['note']->title); ?></h1>
<p class="muted">
Last modified:
- <?php p(\OCP\Util::formatDate(strtotime($_['note']->{'last-change-date'}))); ?>
+ <?php p($_['date']->formatDate(strtotime($_['note']->{'last-change-date'}))); ?>
</p>
<div class="note-content">
<?php echo $_['note-content']; ?>