aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 92eb443b..cb0afbd0 100644
--- a/index.php
+++ b/index.php
@@ -1431,7 +1431,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history)
1431 'url' => $url, 1431 'url' => $url,
1432 'description' => $description, 1432 'description' => $description,
1433 'tags' => $tags, 1433 'tags' => $tags,
1434 'private' => $private 1434 'private' => $private,
1435 ); 1435 );
1436 } else { 1436 } else {
1437 $link['linkdate'] = $link['created']->format(LinkDB::LINK_DATE_FORMAT); 1437 $link['linkdate'] = $link['created']->format(LinkDB::LINK_DATE_FORMAT);