This commit is contained in:
rolux 2014-11-20 20:37:27 +00:00
parent 8779bc9daa
commit 5c1886db42

View file

@ -327,7 +327,7 @@ pandora.ui.entitiesDialog = function(options) {
pandora.api.getEntity({ pandora.api.getEntity({
id: id id: id
}, function(result) { }, function(result) {
if (id != ui.entitiesSelection['type'][0]) { if (id != ui.entitiesSelection[type][0]) {
return; return;
} }
var keys = Ox.getObjectById(pandora.site.entities, type).keys; var keys = Ox.getObjectById(pandora.site.entities, type).keys;