Skip to content

Commit bd4bbc3

Browse files
committed
issue #471: add debugging message to trash related methods
1 parent 9fc4435 commit bd4bbc3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

classes/local/store/object_file_system.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,7 @@ public function cron() {
10091009
* @return string The full path to the trash directory
10101010
*/
10111011
protected function get_trash_fulldir_from_hash($contenthash) {
1012+
debugging('Objectfs does not implement a trashdir.');
10121013
return '';
10131014
}
10141015

@@ -1019,6 +1020,7 @@ protected function get_trash_fulldir_from_hash($contenthash) {
10191020
* @return string The full path to the trash file
10201021
*/
10211022
protected function get_trash_fullpath_from_hash($contenthash) {
1023+
debugging('Objectfs does not implement a trashdir.');
10221024
return '';
10231025
}
10241026
}

0 commit comments

Comments
 (0)