diff options
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/lib/views.php | 2 | 
1 files changed, 1 insertions, 1 deletions
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);  | 
