Skip to content

Commit

Permalink
BaserCorePlugin にて Warning が出ていたので調整
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Nov 7, 2024
1 parent d2efe4f commit 34ec5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/baser-core/src/BaserCorePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ public function setupThemePlugin(array $themes): void
{
if (!BcUtil::isInstalled()) return;
if(!$themes) return;
$path = [];
foreach($themes as $theme) {
$pluginsPath = CorePlugin::path($theme) . 'plugins' . DS;
if (!is_dir($pluginsPath)) continue;
Expand Down

0 comments on commit 34ec5d2

Please sign in to comment.