Fix warning in pwg.categories.php

"Undefined variable: total_images" message when request category does not exist
This commit is contained in:
Damien Sorel
2023-09-24 14:15:05 +02:00
committed by Pierrick Le Gall
parent 13ea43e2ef
commit 85db5eb9d1

View File

@@ -22,6 +22,7 @@ function ws_categories_getImages($params, &$service)
$images = array();
$image_ids = array();
$total_images = 0;
//------------------------------------------------- get the related categories
$where_clauses = array();