From b85851c3db8e9cd9c7bfd47a4db26c5c55ddca3b Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 27 Oct 2011 17:37:25 -0400 Subject: Fixes #2937 added .elgg-module-front --- engine/lib/views.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/views.php') diff --git a/engine/lib/views.php b/engine/lib/views.php index 89ed98bdc..070b59e37 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -1196,7 +1196,7 @@ function elgg_view_image_block($image, $body, $vars = array()) { * @since 1.8.0 */ function elgg_view_module($type, $title, $body, $vars = array()) { - $vars['class'] .= " elgg-module-$type"; //@todo this will probably cause errors? + $vars['class'] .= " elgg-module-$type"; $vars['title'] = $title; $vars['body'] = $body; return elgg_view('page/components/module', $vars); -- cgit v1.2.3