]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
fixed link deletion 950/head
authorWilli Eggeling <thewilli@gmail.com>
Sun, 27 Aug 2017 17:19:59 +0000 (19:19 +0200)
committerWilli Eggeling <thewilli@gmail.com>
Wed, 30 Aug 2017 10:54:58 +0000 (12:54 +0200)
commita74f52a8d206a6d5c3fe27667f1633bf2fc1374d
tree8b41b014685737ef9b5161151bc217edca8944b2
parentfc27141cf6eb04d3d8714385cb6961a8063fe61b
fixed link deletion

When deleting links, the js of the default theme separated ids by an escaped space ('+').
There was a trailing '+' after the ids which led to the php code detecting multiple values
even for single values. In combination with the id '0' this could led to no id found at all
and a resulting php error.

this commit fixes the behavior and adds an additional error handling and trimming to the php code.
index.php
tpl/default/js/shaarli.js