Navigation Menu

Skip to content

Commit

Permalink
fix(forms): added missing entity info in widget access input
Browse files Browse the repository at this point in the history
fixes #12524
  • Loading branch information
jdalsem committed Apr 17, 2019
1 parent 4ba2f72 commit 8f1770d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/default/forms/widgets/save.php
Expand Up @@ -22,6 +22,7 @@
'#label' => elgg_echo('access'),
'name' => 'params[access_id]',
'value' => $widget->access_id,
'entity' => $widget,
]);
}

Expand Down

0 comments on commit 8f1770d

Please sign in to comment.