mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix typo breaking submits
This commit is contained in:
parent
8674cdd7c3
commit
b2eeab5b75
@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user