aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-05-31 17:50:11 +0200
committerArthurHoaro <arthur@hoa.ro>2017-05-31 17:50:11 +0200
commit807cade64c571929dc19afe3d44787c5abe84f57 (patch)
treeddb9ccab2d61e28ddbf81b5a57643b44aeaf3865 /index.php
parent3e395a6bc63cba16b0772a382f6cbac0ce4ab906 (diff)
downloadShaarli-807cade64c571929dc19afe3d44787c5abe84f57.tar.gz
Shaarli-807cade64c571929dc19afe3d44787c5abe84f57.tar.zst
Shaarli-807cade64c571929dc19afe3d44787c5abe84f57.zip
Add creation date when editing a link
Also, alter the title on edition Fixes #431
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);