Skip to content

Commit

Permalink
revert SC_Plugin_Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Dec 12, 2024
1 parent ddbc7e1 commit 3f32b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/class/plugin/SC_Plugin_Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function execPlugin()
}

// プラグインのディレクトリコピー
$arrCopyDirectories = $this->arrInstallData['copy_directory'] ?? '';
$arrCopyDirectories = $this->arrInstallData['copy_directory'];

if (!SC_Utils_Ex::isBlank($arrCopyDirectories)) {
foreach ($arrCopyDirectories as $directory) {
Expand Down

0 comments on commit 3f32b7e

Please sign in to comment.