mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +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
|
* this, but some extensions need to override this
|
||||||
*/
|
*/
|
||||||
getPath: function() {
|
getPath: function() {
|
||||||
return this.getArrayManager("content").getPath();
|
return this.getArrayMgr("content").getPath();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user