aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks/views
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-15 12:34:48 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-15 12:34:48 +0000
commitd43e034a36768b945986f827f81618492a58f750 (patch)
treed24eede5913545929a6f3236c36cc1942ccf1304 /mod/bookmarks/views
parent2ce0878606a75a38dd2eef9403a9c94529f46d5f (diff)
downloadelgg-d43e034a36768b945986f827f81618492a58f750.tar.gz
elgg-d43e034a36768b945986f827f81618492a58f750.tar.bz2
moved likes forms into forms directory
git-svn-id: http://code.elgg.org/elgg/trunk@7631 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/bookmarks/views')
-rw-r--r--mod/bookmarks/views/default/river/object/bookmarks/create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bookmarks/views/default/river/object/bookmarks/create.php b/mod/bookmarks/views/default/river/object/bookmarks/create.php
index 956e84b1c..e31a5ab43 100644
--- a/mod/bookmarks/views/default/river/object/bookmarks/create.php
+++ b/mod/bookmarks/views/default/river/object/bookmarks/create.php
@@ -16,7 +16,7 @@ if (($is_group instanceof ElggGroup) && (elgg_get_context() != 'groups')){
$string .= " <span class='entity-subtext'>" . elgg_view_friendly_time($object->time_created);
if (isloggedin()){
$string .= "<a class='river_comment_form_button link'>Comment</a>";
- $string .= elgg_view('likes/forms/link', array('entity' => $object));
+ $string .= elgg_view('forms/likes/link', array('entity' => $object));
}
$string .= "</span>";
echo $string; \ No newline at end of file