]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed copy and paste error in bookmarks
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 20 Feb 2011 22:28:04 +0000 (22:28 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 20 Feb 2011 22:28:04 +0000 (22:28 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8374 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/bookmarks/views/default/object/bookmarks.php

index 3ac281e72f46bec35b125c225f3fdc9634235699..e9485d2606b8ddabd28bcd2be98e62fd3eb2fb25 100644 (file)
@@ -20,7 +20,7 @@ $link = filter_tags(elgg_view('output/url', array('href' => $bookmark->address))
 $description = elgg_view('output/longtext', array('value' => $bookmark->description, 'class' => 'pbl'));
 
 $owner_link = elgg_view('output/url', array(
-       'href' => "pg/file/owner/$owner->username",
+       'href' => "pg/bookmarks/owner/$owner->username",
        'text' => $owner->name,
 ));
 $author_text = elgg_echo('byline', array($owner_link));