summaryrefslogtreecommitdiffstatshomepage
path: root/ajaxDelete.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-05 16:37:36 +0000
committerGravatar mensonge2009-02-05 16:37:36 +0000
commit0c3df8a825d4e89022ef82ce1501d9a8fc322345 (patch)
tree06d1747cafdec66ab4b9af5d8afb987f24c433c6 /ajaxDelete.php
parentd84467ff3dbee949f714697c32b302e06fb0889d (diff)
downloadscuttle-0c3df8a825d4e89022ef82ce1501d9a8fc322345.tar.gz
scuttle-0c3df8a825d4e89022ef82ce1501d9a8fc322345.zip
Bug fix: correct ajax multiple delete
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@252 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'ajaxDelete.php')
-rw-r--r--ajaxDelete.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ajaxDelete.php b/ajaxDelete.php
index e40dc1a..a1119ca 100644
--- a/ajaxDelete.php
+++ b/ajaxDelete.php
@@ -40,6 +40,7 @@ if (!$bookmarkservice->editAllowed($bookmark)) {
} else {
$result = T_('Failed to delete bookmark');
}
+
?>
<response>
<method>deleteConfirmed</method>