parent
10939b0bdf
commit
6f20e081e4
@ -0,0 +1,14 @@ |
||||
<?php |
||||
|
||||
/* |
||||
* Check if trash bin is empty to re-enable the deleted files button if needed |
||||
*/ |
||||
|
||||
OCP\JSON::checkLoggedIn(); |
||||
OCP\JSON::callCheck(); |
||||
|
||||
$trashStatus = OCA\Files_Trashbin\Trashbin::isEmpty(OCP\User::getUser()); |
||||
|
||||
OCP\JSON::success(array("data" => array("isEmpty" => $trashStatus))); |
||||
|
||||
|
||||
Loading…
Reference in new issue