1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

bug #3960: Use array as argument for User.passwd

This commit is contained in:
Daniel Molina 2015-09-04 10:34:41 +02:00
parent 0bc2987286
commit 136d8f3d21

View File

@ -88,7 +88,7 @@ define(function(require) {
return false;
}
Sunstone.runAction("User.passwd", "-1", pw);
Sunstone.runAction("User.passwd", ["-1"], pw);
return false;
});