Fix typo breaking submits

This commit is contained in:
Nathan Gray 2011-10-18 15:44:06 +00:00
parent 8674cdd7c3
commit b2eeab5b75

View File

@ -813,7 +813,7 @@ var et2_widget = Class.extend({
* this, but some extensions need to override this
*/
getPath: function() {
return this.getArrayManager("content").getPath();
return this.getArrayMgr("content").getPath();
}
});