Fix Uncaught TypeError: this.getArrayMgr is not a function when accessing calendar through SiteMgr

This commit is contained in:
nathangray 2016-07-21 10:42:47 -06:00
parent 8a6127efea
commit d59461444e

View File

@ -925,7 +925,7 @@ et2_calendar_event.owner_check = function owner_check(event, parent, owner_too)
} }
else else
{ {
options = this.getArrayMgr("sel_options").getRoot().getEntry('owner'); options = parent.getArrayMgr("sel_options").getRoot().getEntry('owner');
} }
if(event.participants && parent.options.owner) if(event.participants && parent.options.owner)
{ {