mirror of https://github.com/apache/cloudstack.git
fix regression on 9a23229d94, comma was actually a needed separator
This commit is contained in:
parent
45fa8ffb20
commit
781702aea7
|
|
@ -1405,7 +1405,7 @@
|
|||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
error: function(json) {
|
||||
complete({ error: parseXMLHttpResponse(json) });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue