Skip to content

Commit

Permalink
Bug: 14924 Fix for PHP 7.3 continue/break error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 12, 2019
1 parent 2c754bb commit 9344ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/Perms/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function updatePermissions($perms)

/* If nothing to actually update finish with this case. */
if (is_null($perm_values)) {
continue;
break;
}

/* Loop through the names and update permissions for each. */
Expand Down

0 comments on commit 9344ac7

Please sign in to comment.