-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PluginsService and PluginsServiceTest #2845
PluginsService and PluginsServiceTest #2845
Conversation
$folder = new Folder(TMP . $srcName); | ||
$folder->move(BASER_PLUGINS . $dstName, ['mode' => 0777]); | ||
$folder = new BcFolder(TMP . $srcName); | ||
$folder->move(TMP . $srcName, BASER_PLUGINS); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nghiem-mb $dstName の追加が必要そう
$folder->copy($zipSrcPath . 'BcThemeSample2', ['from' => $path, 'mode' => 0777]); | ||
$folder = new BcFolder($zipSrcPath); | ||
$folder->create(); | ||
$folder->copy($path, $zipSrcPath); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nghiem-mb BcFolder::copyの仕組みが問題ないか確認します。
|
@ryuring |
@nghiem-mb ありがとうございます。マージします。 |
No description provided.