diff --git a/lib/file/stored_file.php b/lib/file/stored_file.php index 1373210873a..3ad8575151a 100644 --- a/lib/file/stored_file.php +++ b/lib/file/stored_file.php @@ -250,4 +250,8 @@ class stored_file { public function get_contenthash() { return $this->file_record->contenthash; } + + public function get_pathnamehash() { + return $this->file_record->pathnamehash; + } }