]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2700. Fixed a misplaced - in riverdashboard from the css _ to - conversion.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 2 Dec 2010 22:38:58 +0000 (22:38 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 2 Dec 2010 22:38:58 +0000 (22:38 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7505 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/riverdashboard/start.php

index ae193ce4cb58075776b72e8ffa4f6b2f95323849..8469448a0b5f01ccbc29a983c064d68efd673c78 100644 (file)
@@ -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 {