Skip to content

Commit

Permalink
ebd413b で誤って追加した引数を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
seasoftjapan committed Jan 28, 2024
1 parent 2f78828 commit 1f65f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_DB.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public static function getBasisDataFromDB()
public static function sfCreateBasisDataCache()
{
// データ取得
$arrData = static::getBasisDataFromDB(true);
$arrData = static::getBasisDataFromDB();
// シリアライズ
$data = serialize($arrData);
// ファイルを書き出しモードで開く
Expand Down

0 comments on commit 1f65f2f

Please sign in to comment.