aboutsummaryrefslogtreecommitdiffstats
path: root/files/ajax
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2011-10-03 22:59:40 +0100
committerTom Needham <needham.thomas@gmail.com>2011-10-03 22:59:40 +0100
commit02d7b1a1fc8f4bf62bfb973acfa0ee19ffa469ff (patch)
treedbf59263769a549a09f2aa5af3ccf2c9571bb125 /files/ajax
parent0825073e8cac2a654bbc89b99b5a83cdfee7a836 (diff)
parente8c6252a4ce1151b11f1faa8e602c06aae4294d8 (diff)
downloadnextcloud-server-02d7b1a1fc8f4bf62bfb973acfa0ee19ffa469ff.tar.gz
nextcloud-server-02d7b1a1fc8f4bf62bfb973acfa0ee19ffa469ff.zip
Added breadcrumb and control bar.
Diffstat (limited to 'files/ajax')
-rw-r--r--files/ajax/delete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ajax/delete.php b/files/ajax/delete.php
index b6bc859897c..48df5862db2 100644
--- a/files/ajax/delete.php
+++ b/files/ajax/delete.php
@@ -20,7 +20,7 @@ foreach($files as $file) {
}
}
-if(success) {
+if($success) {
OC_JSON::success(array("data" => array( "dir" => $dir, "files" => $files )));
} else {
OC_JSON::error(array("data" => array( "message" => "Could not delete:\n" . $filesWithError )));