From 452d0a4b43dbdf13b104e08f008287a7f0a2f276 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 2 Dec 2010 22:38:58 +0000 Subject: Refs #2700. Fixed a misplaced - in riverdashboard from the css _ to - conversion. git-svn-id: http://code.elgg.org/elgg/trunk@7505 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/riverdashboard/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/riverdashboard/start.php b/mod/riverdashboard/start.php index ae193ce4c..8469448a0 100644 --- a/mod/riverdashboard/start.php +++ b/mod/riverdashboard/start.php @@ -38,7 +38,7 @@ function riverdashboard_page_handler($page){ * @param ElggEntity $entity The entity to comment on * @return string|false The HTML (etc) for the comment form, or false on failure */ -function elgg_make_river-comment($entity){ +function elgg_make_river_comment($entity){ if (!($entity instanceof ElggEntity)) { return FALSE; } else { -- cgit v1.2.3