diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |