diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ws_functions/pwg.categories.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ws_functions/pwg.categories.php b/include/ws_functions/pwg.categories.php index da2706ab2..5ed387e70 100644 --- a/include/ws_functions/pwg.categories.php +++ b/include/ws_functions/pwg.categories.php @@ -489,7 +489,7 @@ SELECT category_id, COUNT(*) AS counter $nb_images_of = query2array($query, 'category_id', 'counter'); $query = ' -SELECT id, name, comment, uppercats, global_rank +SELECT id, name, comment, uppercats, global_rank, dir FROM '. CATEGORIES_TABLE .' ;'; $result = pwg_query($query); |