diff --git a/modules/system/controllers/Updates.php b/modules/system/controllers/Updates.php index c5f6a5945..202668500 100644 --- a/modules/system/controllers/Updates.php +++ b/modules/system/controllers/Updates.php @@ -511,7 +511,11 @@ class Updates extends Controller $pluginActions = (array) post('plugin_actions'); foreach ($plugins as $code => $hash) { $_code = $this->encodeCode($code); - if (!array_key_exists($_code, $pluginActions)) continue; + + if (!array_key_exists($_code, $pluginActions)) { + continue; + } + $pluginAction = $pluginActions[$_code]; if (!$pluginAction) { diff --git a/modules/system/controllers/updates/_list_toolbar.htm b/modules/system/controllers/updates/_list_toolbar.htm index 9fa9a9985..0de962934 100644 --- a/modules/system/controllers/updates/_list_toolbar.htm +++ b/modules/system/controllers/updates/_list_toolbar.htm @@ -6,16 +6,14 @@ data-handler="onLoadUpdates"> -
- - - - - - -
- \ No newline at end of file + + + + + + +