Line 625 and 626 make use of $form_item which is not defined in that function.

      $item['link_path']  = $form_item['link_path'];
      $item['link_title'] = $form_item['link_title'];

So the access test just cannot be working right.

Thank you.
Alexis

CommentFileSizeAuthor
#1 imagemenu-path_access-6.x.patch705 bytesAlexisWilke

Comments

AlexisWilke’s picture

Assigned: Unassigned » AlexisWilke
Issue tags: +E_ALL
StatusFileSize
new705 bytes

Speaking of security issues, an issue with a check of an access right should probably be fixed too, what do you think?

Anyway, there is a patch for this bug which is still in the current version.

Thank you.
Alexis

buzzman’s picture

Status: Active » Needs review
theohawse’s picture

Status: Needs review » Reviewed & tested by the community

+1 -applies clean for me

pobster’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Closed (outdated)

Closing as D6.x is now unsupported.