Skip to content

Commit

Permalink
Merge pull request #267 from nanasess/fix-greater_check
Browse files Browse the repository at this point in the history
Fix error message to GREATER_CHECK
  • Loading branch information
kazumiiiiiiiiiii authored May 14, 2019
2 parents 2966241 + b9da451 commit aebcb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/class/SC_CheckError.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public function GREATER_CHECK($value)
$this->arrErr[$keyname1] = sprintf(
'※ %sは%sより大きい値を入力できません。<br />',
$disp_name1,
$disp_name1
$disp_name2
);
}
}
Expand Down

0 comments on commit aebcb97

Please sign in to comment.