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 823eb8de..2ff2505a 100644
--- a/index.php
+++ b/index.php
@@ -1425,7 +1425,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history)
1425 'url' => $url, 1425 'url' => $url,
1426 'description' => $description, 1426 'description' => $description,
1427 'tags' => $tags, 1427 'tags' => $tags,
1428 'private' => $private 1428 'private' => $private,
1429 ); 1429 );
1430 } else { 1430 } else {
1431 $link['linkdate'] = $link['created']->format(LinkDB::LINK_DATE_FORMAT); 1431 $link['linkdate'] = $link['created']->format(LinkDB::LINK_DATE_FORMAT);