Skip to content

Commit 3e47907

Browse files
committed
fixed: removed widgets blacklist correctly populated
1 parent 9e8051b commit 3e47907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/ColdTrick/WidgetManager/Groups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public static function deleteGroupWidget(\Elgg\Event $event) {
307307
return;
308308
}
309309

310-
$handlers = elgg_call(ELGG_IGNORE_ACCESS, function() use ($owner) {
310+
$handlers = elgg_call(ELGG_IGNORE_ACCESS, function() use ($owner, $object) {
311311
// get all group widgets
312312
$group_widgets = elgg_get_widgets($owner->guid, 'groups');
313313
$handlers = [];

0 commit comments

Comments
 (0)