Replace missing widgit registration

This commit is contained in:
nathangray
2020-01-22 07:56:12 -07:00
committed by Hadi Nategh
parent 4c46d3f4de
commit bd584dc991
3 changed files with 4 additions and 2 deletions

View File

@ -831,4 +831,5 @@ class et2_dialog extends et2_widget {
return dialog;
}
}
}
et2_register_widget(et2_dialog, ["dialog"]);