diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/file/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/index.php b/mod/file/index.php index 65144b7bb..5f1bc3400 100644 --- a/mod/file/index.php +++ b/mod/file/index.php @@ -36,7 +36,7 @@ } //get the latest comments on the current users files - $comments = get_annotations(0, "object", "file", "generic_comment", "", 0, 4, 0, "desc",0,0,page_owner()); + $comments = get_annotations(0, "object", "file", "generic_comment", "", 0, 4, 0, "desc",0,0,elgg_get_page_owner_guid()); $area3 = elgg_view('annotation/latest_comments', array('comments' => $comments)); $content = "<div class='files'>".$area1.$area2."</div>"; |