Skip to content

Commit

Permalink
fix(targetticket,targetchange): fix array index
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Aug 22, 2019
1 parent 5bf758f commit 5ab2460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/targetbase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ protected function showActorsSettings() {
Html::closeForm();

// => List of saved observers
foreach ($actors['observer'] as $id => $values) {
foreach ($actors[PluginFormcreatorTarget_Actor::ACTOR_ROLE_OBSERVER] as $id => $values) {
echo '<div>';
switch ($values['actor_type']) {
case PluginFormcreatorTarget_Actor::ACTOR_TYPE_CREATOR :
Expand Down

0 comments on commit 5ab2460

Please sign in to comment.