aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions/pwg.categories.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/ws_functions/pwg.categories.php')
-rw-r--r--include/ws_functions/pwg.categories.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ws_functions/pwg.categories.php b/include/ws_functions/pwg.categories.php
index 70a555398..ae8f45ed5 100644
--- a/include/ws_functions/pwg.categories.php
+++ b/include/ws_functions/pwg.categories.php
@@ -259,7 +259,7 @@ SELECT
if ($params['fullname'])
{
- $row['name'] = strip_tags(get_cat_display_name_cache($row['uppercats'], null, false));
+ $row['name'] = strip_tags(get_cat_display_name_cache($row['uppercats'], null));
}
else
{