Skip to content
Snippets Groups Projects
Verified Commit 56e6f991 authored by Damien's avatar Damien
Browse files

FEAT #196 isRequestValid enhanced

parent 1da16ce1
No related branches found
No related tags found
No related merge requests found
...@@ -229,7 +229,7 @@ class PreparedClauseController ...@@ -229,7 +229,7 @@ class PreparedClauseController
} }
try { try {
ResModel::getOnView(['select' => $aArgs['select'], 'where' => [$clause]]); ResModel::getOnView(['select' => $aArgs['select'], 'where' => [$clause, '1=1']]);
} catch (\Exception $e) { } catch (\Exception $e) {
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment