On line 173 (line 3 of the code snip) any targeted action is being assigned to actions.

  if (isset($resource['targeted_actions'])) {
    foreach ($resource['targeted_actions'] as $actname => $act) {
      $controllers[$name . '/targeted_actions/' . $actname] = &$resource['actions'][$actname];
    }
  }
CommentFileSizeAuthor
#1 targetedactionsfix-1236962.patch613 bytesdidlix

Comments

didlix’s picture

Status: Active » Needs review
StatusFileSize
new613 bytes

Patch to solve this issue in d6, my first ever patch, be kind.

kylebrowning’s picture

Status: Needs review » Closed (fixed)

Fixed, committed, thanks!