Fix issue that appears if we try to update several plugins at once

This commit is contained in:
denisbaranov
2019-11-15 18:31:17 +02:00
parent 122d71a244
commit c4f4db7960
3 changed files with 32 additions and 4 deletions
+3 -2
View File
@@ -519,8 +519,9 @@ if ( ! class_exists( 'UM' ) ) {
$this->columns();
$this->admin()->notices();
$this->admin_navmenu();
$this->theme_updater();
$this->access();
$this->plugin_updater();
$this->theme_updater();
} elseif ( $this->is_request( 'admin' ) ) {
$this->admin();
$this->admin_menu();
@@ -532,9 +533,9 @@ if ( ! class_exists( 'UM' ) ) {
$this->admin()->notices();
$this->users();
$this->dragdrop();
$this->plugin_updater();
$this->admin_gdpr();
$this->admin_navmenu();
$this->plugin_updater();
$this->theme_updater();
} elseif ( $this->is_request( 'frontend' ) ) {
$this->enqueue();