X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/c7f63c8b9b12efd7b3c10b9f80cda06eaf32068f..refs/heads/master:/ajaxDelete.php?ds=inline diff --git a/ajaxDelete.php b/ajaxDelete.php index 1972a20..0760a8e 100644 --- a/ajaxDelete.php +++ b/ajaxDelete.php @@ -1,7 +1,6 @@ getServiceInstance('BookmarkService'); $bookmark = intval($_GET['id']); if (!$bookmarkservice->editAllowed($bookmark)) { echo T_('You are not allowed to delete this bookmark');