Update usages of form factory
[MAILPOET-2985]
This commit is contained in:
committed by
Veljko V
parent
7d62b15979
commit
c4628d4f78
@ -240,7 +240,7 @@ class FormEditor {
|
||||
|
||||
$this->wp->wpSafeRedirect(
|
||||
$this->wp->getSiteUrl(null,
|
||||
'/wp-admin/admin.php?page=mailpoet-form-editor&id=' . $form->id()
|
||||
'/wp-admin/admin.php?page=mailpoet-form-editor&id=' . $form->getId()
|
||||
)
|
||||
);
|
||||
exit;
|
||||
|
Reference in New Issue
Block a user