diff options
Diffstat (limited to 'include/ws_functions')
-rw-r--r-- | include/ws_functions/pwg.images.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ws_functions/pwg.images.php b/include/ws_functions/pwg.images.php index bb43be983..3a20de082 100644 --- a/include/ws_functions/pwg.images.php +++ b/include/ws_functions/pwg.images.php @@ -1359,6 +1359,7 @@ function ws_images_upload($params, $service) SELECT id, name, + representative_ext, path FROM '.IMAGES_TABLE.' WHERE id = '.$image_id.' |