mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-30 15:02:16 +02:00
type error in prev commit
git-svn-id: http://piwigo.org/svn/trunk@28090 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1258,7 +1258,7 @@ function get_quick_search_results($q, $options)
|
||||
|
||||
$where_clauses = array();
|
||||
$where_clauses[]='i.id IN ('. implode(',', $ids) . ')';
|
||||
if (!empty($options['images_where'))
|
||||
if (!empty($options['images_where']))
|
||||
{
|
||||
$where_clauses[]='('.$images_where.')';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user