diff --git a/includes/functions/functions_general.php b/includes/functions/functions_general.php
index 94f21e5cd3..b6cd9afa2f 100644
--- a/includes/functions/functions_general.php
+++ b/includes/functions/functions_general.php
@@ -21,7 +21,7 @@ function zen_create_sort_heading($sortby, $colnum, $heading)
$sort_suffix = '';
if ($sortby) {
- $sort_prefix = '';
+ $sort_prefix = '';
$sort_suffix = (substr($sortby, 0, 1) == $colnum ? (substr($sortby, 1, 1) == 'a' ? PRODUCT_LIST_SORT_ORDER_ASCENDING : PRODUCT_LIST_SORT_ORDER_DESCENDING) : '') . '';
}