fix for alisaing suggested by Diftraku

This commit is contained in:
Shish 2011-09-25 12:45:08 +01:00
parent 309a2f497f
commit 5b09467310

View file

@ -590,6 +590,7 @@ class Image {
$sql .= " (" . $iq->qlet->sql . ")";
$terms = array_merge($terms, $iq->qlet->variables);
}
$tag_n = 0;
$img_search = new Querylet($sql, $terms);