Skip to content

Commit d285b1e

Browse files
author
Nicholas K. Dionysopoulos
committed
PHP 7.1 compatibility
1 parent 736c73d commit d285b1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/system/datacompliancecookie/datacompliancecookie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ private function loadHtml($app)
577577
*
578578
* @since 1.1.0
579579
*/
580-
private function applyUserGroupAssignments(): void
580+
private function applyUserGroupAssignments()
581581
{
582582
// Note that permanent user group assignment IS NOT possible for guest (not logged in) users
583583
$rejectGroup = $this->params->get('cookiesRejectedUserGroup', 0);

0 commit comments

Comments
 (0)