Pman.Dialog.AdminEnumImages.bjs
[Pman.Admin] / Pman.Dialog.AdminEnumImages.js
index 01d89b5..62b49f5 100644 (file)
@@ -175,7 +175,7 @@ Pman.Dialog.AdminEnumImages = {
                  }
                  var data = _this.grid.getDataSource().getById(s[0].data.id).data;
                 
-                         Pman.Dialog.Image.show(data, function() {
+                         Pman.Dialog.Images.show(data, function() {
                             _this.grid.footer.onClick('first');
                            });