We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8051b commit 3e47907Copy full SHA for 3e47907
classes/ColdTrick/WidgetManager/Groups.php
@@ -307,7 +307,7 @@ public static function deleteGroupWidget(\Elgg\Event $event) {
307
return;
308
}
309
310
- $handlers = elgg_call(ELGG_IGNORE_ACCESS, function() use ($owner) {
+ $handlers = elgg_call(ELGG_IGNORE_ACCESS, function() use ($owner, $object) {
311
// get all group widgets
312
$group_widgets = elgg_get_widgets($owner->guid, 'groups');
313
$handlers = [];
0 commit comments