summaryrefslogtreecommitdiffstats
path: root/install/ui/dialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/dialog.js')
-rw-r--r--install/ui/dialog.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/dialog.js b/install/ui/dialog.js
index 324eb9b93..9003aa820 100644
--- a/install/ui/dialog.js
+++ b/install/ui/dialog.js
@@ -664,5 +664,7 @@ IPA.message_dialog = function(spec) {
init();
+ that.message_dialog_create = that.create;
+
return that;
};