'groups:activity' => "Group activity",
'groups:enableactivity' => 'Enable group activity',
- 'groups:no_activity' => "There is no group activity yet",
+ 'groups:activity:none' => "There is no group activity yet",
'groups:notfound' => "Group not found",
'groups:notfound:details' => "The requested group either does not exist or you do not have access to it",
'joins' => array("JOIN {$db_prefix}entities e ON e.guid = rv.object_guid"),
'wheres' => array("e.container_guid = $guid")
));
-
+ if (!$content) {
+ $content = '<p>' . elgg_echo('groups:activity:none') . '</p>';
+ }
+
$params = array(
'content' => $content,
'title' => $title,