Skip to content

Commit

Permalink
lib/language.phpが二重に読み込まれていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Oct 15, 2023
1 parent a601857 commit 448014d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_imports.php
Expand Up @@ -14,7 +14,7 @@
if (get_skin_url() && !isset($_POST[HIDDEN_FIELD_NAME])) {
require_once abspath(__FILE__).'skin.php'; //スキン
}
require_once abspath(__FILE__).'language.php'; //マルチ言語設定
// require_once abspath(__FILE__).'language.php'; //マルチ言語設定
require_once abspath(__FILE__).'utils.php'; //ユーティリティー関数
require_once abspath(__FILE__).'html-forms.php'; //HTMLフォーム生成関数
require_once abspath(__FILE__).'html-tooltips.php'; //HTMLツールチップ生成関数
Expand Down

0 comments on commit 448014d

Please sign in to comment.