nextcloud/apps/files_trashbin/lib
Robin McCorkell 869e7a51f0 Prevent error in files_trashbin
`glob` can return FALSE when the directory is empty, instead of an empty array,
causing an error at `foreach`.

"Note: On some systems it is impossible to distinguish between empty match and
an error."

See http://www.php.net/manual/en/function.glob.php -> Return Values
2014-04-13 14:51:33 +01:00
..
helper.php Files, trashbin, public apps use ajax/JSON for the file list 2014-04-02 15:33:47 +02:00
hooks.php expire trash bin if trash bin exceeds max size after a new file was added to ownCloud 2013-07-26 11:45:38 +02:00
trashbin.php Prevent error in files_trashbin 2014-04-13 14:51:33 +01:00