folder fixes

This commit is contained in:
SJ
2013-03-31 14:50:21 +02:00
parent 5d7a349741
commit 26d18671da
9 changed files with 118 additions and 87 deletions

View File

@ -302,7 +302,9 @@ class ModelSearchSearch extends Model {
if(count($__folders) > 0) {
$folders = "folder IN (" . implode(",", $__folders) . ") AND ";
}
else {
$folders = "folder IN (" . implode(",", $_SESSION['folders']) . ") AND ";
}
}