X2Engine / X2CRM

X2CRM Open Source CRM - PHP
http://www.x2crm.com
342 stars 168 forks source link

X2CalendarPermissions.php issue #144

Open dgomezleon opened 7 years ago

dgomezleon commented 7 years ago

It seems that X2CalendarPermissions.php file is different in the 6.9 branch and in the 6.9 tag (commit 76d58e6c7e526579dac46de17ca912824a2d3adf).

I got a 500 error using the code in the tar.gz (76d58e6c7e526579dac46de17ca912824a2d3adf).

https://github.com/X2Engine/X2CRM/blob/76d58e6c7e526579dac46de17ca912824a2d3adf/x2engine/protected/modules/calendar/models/X2CalendarPermissions.php

I was able to fix it by substituting the file with this version:

https://github.com/X2Engine/X2CRM/blob/6.9/x2engine/protected/modules/calendar/models/X2CalendarPermissions.php