Skip to content

Commit

Permalink
LC_Page_Admin_Products_Review empty() が残っている EC-CUBE#789
Browse files Browse the repository at this point in the history
  • Loading branch information
seasoftjapan committed Nov 2, 2023
1 parent 1c32814 commit b020e38
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 b020e38

Please sign in to comment.