From 6f20e081e47ac5ef2f2dde3f4cc9cdb0bf562283 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 30 Jul 2013 12:48:41 +0200 Subject: [PATCH] added missing isEmpty ajax file --- apps/files_trashbin/ajax/isEmpty.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/files_trashbin/ajax/isEmpty.php diff --git a/apps/files_trashbin/ajax/isEmpty.php b/apps/files_trashbin/ajax/isEmpty.php new file mode 100644 index 00000000000..2e54c7e77b9 --- /dev/null +++ b/apps/files_trashbin/ajax/isEmpty.php @@ -0,0 +1,14 @@ + array("isEmpty" => $trashStatus))); + + -- 2.39.5