diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-17 01:22:00 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-17 01:22:00 +0000 |
commit | bc21e6778ffd5b4b4f2828fd720dc6590870f46f (patch) | |
tree | 99b240eb5beb053358f2a5bf3e76c3ab7c598d2b /actions | |
parent | 7c7dc0e249fb4afd1b0f4826bdbd27aa5d9f2a26 (diff) | |
download | elgg-bc21e6778ffd5b4b4f2828fd720dc6590870f46f.tar.gz elgg-bc21e6778ffd5b4b4f2828fd720dc6590870f46f.tar.bz2 |
updated the river generic_comment view for the new river code
git-svn-id: http://code.elgg.org/elgg/trunk@7650 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r-- | actions/comments/add.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/comments/add.php b/actions/comments/add.php index fde0a6f55..38c91c412 100644 --- a/actions/comments/add.php +++ b/actions/comments/add.php @@ -56,7 +56,7 @@ if ($entity->owner_guid != $user->guid) { system_message(elgg_echo("generic_comment:posted")); //add to river -add_to_river('annotation/annotate', 'comment', $user->guid, $entity->guid, "", 0, $annotation); +add_to_river('river/annotation/generic_comment/create', 'comment', $user->guid, $entity->guid, "", 0, $annotation); // Forward to the page the action occurred on forward(REFERER); |