- fixed upgrade process for big DB data;

- small fixes for notices;
This commit is contained in:
nikitozzzzzzz
2018-03-25 19:14:42 +03:00
parent 2ce33098b5
commit f5788e2c45
22 changed files with 2561 additions and 1699 deletions
+1
View File
@@ -407,6 +407,7 @@ if ( ! class_exists( 'UM' ) ) {
$this->admin();
$this->ajax_init();
$this->metabox();
$this->admin_upgrade()->init_packages_ajax_handlers();
} elseif ( $this->is_request( 'admin' ) ) {
$this->admin();
$this->admin_menu();