concretecms / concrete5-legacy

Legacy repository for concrete5
http://www.concrete5.org
559 stars 323 forks source link

Call 'save' method with args #1994

Closed a3020 closed 5 years ago

a3020 commented 5 years ago

This PR fixes the following error in PHP 7:

Declaration of Concrete5_Model_EditPagePropertiesPagePermissionAccess::save($args) should be compatible with PermissionAccess::save($args = Array)

Remo commented 5 years ago

Thanks