aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-05-31 17:54:46 +0200
committerGitHub <noreply@github.com>2017-05-31 17:54:46 +0200
commit5c6fac0bfc9583e6e372643facf6ddc50a6a1b1d (patch)
treeada96efe0356782f3a338a7af37b6cffaf2b2ad5 /index.php
parentac94db1e36c77d52c316b5fa4e8e36b9d1e38b9e (diff)
parent807cade64c571929dc19afe3d44787c5abe84f57 (diff)
downloadShaarli-5c6fac0bfc9583e6e372643facf6ddc50a6a1b1d.tar.gz
Shaarli-5c6fac0bfc9583e6e372643facf6ddc50a6a1b1d.tar.zst
Shaarli-5c6fac0bfc9583e6e372643facf6ddc50a6a1b1d.zip
Merge pull request #882 from ArthurHoaro/feature/edit-timestamp
Add creation date when editing a link
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);