Skip to content
Snippets Groups Projects
Commit 07f5f692 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #482

parent 8322ed65
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ class FileRef extends SimpleORMap implements PrivacyObject, FeedbackRange ...@@ -143,7 +143,7 @@ class FileRef extends SimpleORMap implements PrivacyObject, FeedbackRange
$link = []; $link = [];
$params = []; $params = [];
$type = '0'; $type = '0';
$file_name = $this->name; $file_name = $this->file->name;
$file_id = $this->id; $file_id = $this->id;
switch($mode) { switch($mode) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment