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