Skip to content

Commit

Permalink
fix(search): use correct container type title
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Feb 28, 2023
1 parent 0e583dd commit ba742d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/search/views/default/search/object/comment.php
Expand Up @@ -23,6 +23,7 @@
foreach ($keys as $key) {
if (elgg_language_key_exists($key)) {
$title = elgg_echo($key);
break;
}
}
}
Expand Down

0 comments on commit ba742d1

Please sign in to comment.