From f8c67ae94a730eeea673c5ef942c55094fbb5825 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 21 Nov 2010 13:25:30 +0000 Subject: removed call to deprecated page_owner() git-svn-id: http://code.elgg.org/elgg/trunk@7398 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/file/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/file') 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 = "
".$area1.$area2."
"; -- cgit v1.2.3