]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - index.php
Bugfixes on link deletion, and use a GET form 682/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 5 Nov 2016 13:13:18 +0000 (14:13 +0100)
committerArthurHoaro <arthur@hoa.ro>
Fri, 16 Dec 2016 11:42:13 +0000 (12:42 +0100)
commitf4ebd5fed20b29c4fb580983b4be7bd0a52151b9
treec102ff1526c467b1869ed72bbd68c6f39997f529
parente3ffc8fdee30be41046b985fe6e7034fb580b0c8
Bugfixes on link deletion, and use a GET form

Use a GET form to delete links: harmonize with edit_link and preparation for #585

Bug fixes:

  * LinkDB element can't be passed as reference, fix error:

    PHP Notice:  Indirect modification of overloaded element of LinkDB has no effect

  * Resource cache folder setting wasn't set correctly
application/Router.php
index.php
tpl/linklist.html