Skip to content

Commit

Permalink
Merge pull request EC-CUBE#437 from nanasess/remove-define
Browse files Browse the repository at this point in the history
未定義の定数を削除
  • Loading branch information
okazy committed Feb 18, 2021
2 parents 7c2603d + 28707fb commit f4201e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function action()
/* ファイル情報の初期化 */
public function lfInitFile()
{
$this->objUpFile->addFile('ロゴ画像', 'payment_image', array('gif','jpeg','jpg','png'), IMAGE_SIZE, false, CLASS_IMAGE_WIDTH, CLASS_IMAGE_HEIGHT);
$this->objUpFile->addFile('ロゴ画像', 'payment_image', array('gif','jpeg','jpg','png'), IMAGE_SIZE, false);

return $this->objUpFile;
}
Expand Down

0 comments on commit f4201e3

Please sign in to comment.