Skip to content

Commit

Permalink
変数修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuhiko committed Jul 19, 2019
1 parent d90ccd9 commit ed782be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Service/PluginService.php
Expand Up @@ -711,7 +711,7 @@ public function updatePlugin(Plugin $plugin, $meta)

$em->persist($plugin);

$this->generateProxyAndUpdateSchema($plugin, $config);
$this->generateProxyAndUpdateSchema($plugin, $meta);

if ($plugin->isInitialized()) {
$this->callPluginManagerMethod($meta, 'update');
Expand Down

0 comments on commit ed782be

Please sign in to comment.