diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-05-31 17:50:11 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-05-31 17:50:11 +0200 |
commit | 807cade64c571929dc19afe3d44787c5abe84f57 (patch) | |
tree | ddb9ccab2d61e28ddbf81b5a57643b44aeaf3865 /index.php | |
parent | 3e395a6bc63cba16b0772a382f6cbac0ce4ab906 (diff) | |
download | Shaarli-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.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); |