type error in prev commit

git-svn-id: http://piwigo.org/svn/trunk@28090 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2014-04-05 20:06:28 +00:00
parent 1786cac8b0
commit 35fd7da430
+1 -1
View File
@@ -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.')';
}