-datatables small fix
This commit is contained in:
parent
e926b62915
commit
253a31b1ea
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class Application_Model_Datatables
|
|||
*/
|
||||
$params = array();
|
||||
|
||||
if ($data['advSearch'] === 'true') {
|
||||
if (isset($data['advSearch']) && $data['advSearch'] === 'true') {
|
||||
$advancedWhere = self::buildWhereClauseForAdvancedSearch($dbname2searchTerm);
|
||||
if (!empty($advancedWhere['clause'])) {
|
||||
$where[] = join(" AND ", $advancedWhere['clause']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue