diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-20 22:28:04 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-20 22:28:04 +0000 | 
| commit | 7d65ea6361da3e5bd7cba1bdb7412fdcdc8022c6 (patch) | |
| tree | d39a9e13aede893c87fbebdcebf13767c5433325 /mod | |
| parent | 8dca382032b814a6670a227080c0f662fe1d2255 (diff) | |
| download | elgg-7d65ea6361da3e5bd7cba1bdb7412fdcdc8022c6.tar.gz elgg-7d65ea6361da3e5bd7cba1bdb7412fdcdc8022c6.tar.bz2 | |
fixed copy and paste error in bookmarks
git-svn-id: http://code.elgg.org/elgg/trunk@8374 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/bookmarks/views/default/object/bookmarks.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/mod/bookmarks/views/default/object/bookmarks.php b/mod/bookmarks/views/default/object/bookmarks.php index 3ac281e72..e9485d260 100644 --- a/mod/bookmarks/views/default/object/bookmarks.php +++ b/mod/bookmarks/views/default/object/bookmarks.php @@ -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)); | 
