aboutsummaryrefslogtreecommitdiff
path: root/mod/categories/listing.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/categories/listing.php')
-rw-r--r--mod/categories/listing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/categories/listing.php b/mod/categories/listing.php
index efbac8551..19fb65069 100644
--- a/mod/categories/listing.php
+++ b/mod/categories/listing.php
@@ -28,7 +28,7 @@ elgg_push_context('search');
$objects = elgg_list_entities_from_metadata($params);
elgg_pop_context();
-$title = sprintf(elgg_echo('categories:results'), $category);
+$title = elgg_echo('categories:results', array($category));
$content = elgg_view_title($title);
$content .= $objects;