diff --git a/includes/Importers/Cleanup/Manager.php b/includes/Importers/Cleanup/Manager.php index 1a2b1c60..54e4662e 100644 --- a/includes/Importers/Cleanup/Manager.php +++ b/includes/Importers/Cleanup/Manager.php @@ -288,7 +288,7 @@ final public function do_cleanup() { $this->cleanup_terms( $state ); $this->cleanup_options( Active_State::FRONT_PAGE_NSP, $state ); $this->cleanup_options( Active_State::SHOP_PAGE_NSP, $state ); - $this->cleanup_forms( ACTIVE_STATE::PAYMENT_FORM_NSP, $state ); + $this->cleanup_forms( Active_State::PAYMENT_FORM_NSP, $state ); $this->cleanup_posts( $state ); $this->cleanup_attachments( $state ); $this->cleanup_widgets( $state );