diff options
Diffstat (limited to 'engine/lib')
-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 56325ebda..0010b8808 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -1094,7 +1094,7 @@ function elgg_view_latest_comments($owner_guid, $type = 'object', $subtype = '', $params = array( 'title' => $title, 'body' => $body, - 'class' => 'elgg-aside-module', + 'class' => 'elgg-module-aside', ); return elgg_view('layout/objects/module', $params); } |