mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-14 03:34:38 +00:00
PHP 7.1 throws an exception when a user-defined function is called with too few arguments: http://php.net/manual/en/migration71.incompatible.php As explained in the comments, collection_privilege_format_function and principal_privilege_format_function take three arguments because of their use as a rendering callback, however the latter two of them are never used and thus can be ommitted in other uses.