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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | imagemenu-path_access-6.x.patch | 705 bytes | AlexisWilke |
Comments
Comment #1
AlexisWilke commentedSpeaking 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
Comment #2
buzzman commentedComment #3
theohawse commented+1 -applies clean for me
Comment #4
pobster commentedClosing as D6.x is now unsupported.