MDL-37413 Use correct variable in chooserdialogue

This commit is contained in:
Andrew Robert Nicols
2013-01-11 08:21:14 +00:00
parent d63a406b02
commit e75fe1a7bd
+1 -1
View File
@@ -31,7 +31,7 @@ YUI.add('moodle-core-chooserdialogue', function(Y) {
},
prepare_chooser : function () {
if (this.overlay) {
if (this.panel) {
return;
}