]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed typo in file index.php
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 13 Mar 2011 16:41:51 +0000 (16:41 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 13 Mar 2011 16:41:51 +0000 (16:41 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8681 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/file/index.php

index 44382ce02ec5ab88c3d91804ef92753242af1298..617e4c7f4049301608d4aab4d00fd5a608cb5f4e 100644 (file)
@@ -21,7 +21,7 @@ if ($owner->guid == elgg_get_logged_in_user_guid()) {
        $params['filter_context'] = 'mine';
 } else if (elgg_instanceof($owner, 'user')) {
        // someone else's files
-       $title = elgg_echo("file:user", array($owner()->name));
+       $title = elgg_echo("file:user", array($owner->name));
        // do not show button or select a tab when viewing someone else's posts
        $params['filter_context'] = 'none';
        $params['buttons'] = '';