]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix undefined linkdate variable in vintage theme 1568/head
authorArthurHoaro <arthur@hoa.ro>
Fri, 25 Sep 2020 16:24:53 +0000 (18:24 +0200)
committerArthurHoaro <arthur@hoa.ro>
Fri, 25 Sep 2020 16:24:53 +0000 (18:24 +0200)
Fixes #1371

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}