We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc4435 commit bd4bbc3Copy full SHA for bd4bbc3
1 file changed
classes/local/store/object_file_system.php
@@ -1009,6 +1009,7 @@ public function cron() {
1009
* @return string The full path to the trash directory
1010
*/
1011
protected function get_trash_fulldir_from_hash($contenthash) {
1012
+ debugging('Objectfs does not implement a trashdir.');
1013
return '';
1014
}
1015
@@ -1019,6 +1020,7 @@ protected function get_trash_fulldir_from_hash($contenthash) {
1019
1020
* @return string The full path to the trash file
1021
1022
protected function get_trash_fullpath_from_hash($contenthash) {
1023
1024
1025
1026
0 commit comments