Skip to content

Commit

Permalink
Merge pull request #983 from amosfolz/hotfix-#981
Browse files Browse the repository at this point in the history
Fix DefaultPermissions.php SQL Error
  • Loading branch information
Silic0nS0ldier authored May 26, 2019
2 parents ad603b1 + 84e25e8 commit 910f65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ protected function getPermissions()
*
* @param array $permissions
*/
protected function savePermissions(array $permissions)
protected function savePermissions(array &$permissions)
{
foreach ($permissions as $slug => $permission) {

Expand Down

0 comments on commit 910f65d

Please sign in to comment.