MDL-16596 adding missing get_pathnamehash() method
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user