Skip to content

Commit

Permalink
Merge pull request #791 from seasoftjapan/seasoft-789
Browse files Browse the repository at this point in the history
LC_Page_Admin_Products_Review empty() が残っている #789
  • Loading branch information
ji-eunsoo authored Jan 24, 2024
2 parents 64f55e4 + b020e38 commit 9e3102f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public function lfGetWhere($arrForm)
$arrWhereVal = array();

foreach ($arrForm AS $key=>$val) {
if (empty($val)) continue;
if (SC_Utils_Ex::isBlank($val)) continue;

switch ($key) {
case 'search_reviewer_name':
Expand Down

0 comments on commit 9e3102f

Please sign in to comment.