]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
removed call to deprecated page_owner()
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 21 Nov 2010 13:25:30 +0000 (13:25 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 21 Nov 2010 13:25:30 +0000 (13:25 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7398 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/file/index.php

index 65144b7bbdc4abcfd482842f4c5e55373f2cc139..5f1bc3400180cc384f0fd1d1f135650c11613906 100644 (file)
@@ -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>";