]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #1568 from ArthurHoaro/fix/vintage-linkdate
authorArthurHoaro <arthur@hoa.ro>
Sat, 26 Sep 2020 09:58:32 +0000 (11:58 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Sep 2020 09:58:32 +0000 (11:58 +0200)
Fix undefined linkdate variable in vintage theme

tpl/vintage/editlink.html

index c3671b1f960bf8b2432f13920bc941c63af828a4..eb8807b5a2d0fc7bdbc594f0a020815f3e331834 100644 (file)
@@ -11,7 +11,6 @@
     <div id="shaarli_title"><a href="{$titleLink}">{$shaarlititle}</a></div>
     <div id="editlinkform">
         <form method="post" name="linkform" action="{$base_path}/admin/shaare">
-            <input type="hidden" name="lf_linkdate" value="{$link.linkdate}">
           {if="isset($link.id)"}
                  <input type="hidden" name="lf_id" value="{$link.id}">
           {/if}