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 5bf758f commit 5ab2460Copy full SHA for 5ab2460
inc/targetbase.class.php
@@ -1366,7 +1366,7 @@ protected function showActorsSettings() {
1366
Html::closeForm();
1367
1368
// => List of saved observers
1369
- foreach ($actors['observer'] as $id => $values) {
+ foreach ($actors[PluginFormcreatorTarget_Actor::ACTOR_ROLE_OBSERVER] as $id => $values) {
1370
echo '<div>';
1371
switch ($values['actor_type']) {
1372
case PluginFormcreatorTarget_Actor::ACTOR_TYPE_CREATOR :
0 commit comments