mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug 2846: pwg.images.search sql error when called with f_* parameters
git-svn-id: http://piwigo.org/svn/trunk@20999 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1277,7 +1277,7 @@ function ws_images_search($params, &$service)
|
||||
|
||||
$search_result = get_quick_search_results($params['query'],
|
||||
$super_order_by,
|
||||
implode(',', $where_clauses)
|
||||
implode(' AND ', $where_clauses)
|
||||
);
|
||||
|
||||
$image_ids = array_slice(
|
||||
|
||||
Reference in New Issue
Block a user