diff options
-rw-r--r-- | engine/lib/entities.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 703c5c891..35577e892 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -931,7 +931,7 @@ $dt = get_data($query, "entity_row_to_elggstar");
return $dt;
} else {
- $total = get_data_row($query . "<br /><br />");
+ $total = get_data_row($query);
return $total->total;
} } |