Closed (fixed)
Project:
Imagemenu
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2010 at 07:25 UTC
Updated:
7 Oct 2010 at 09:00 UTC
Imagemenu currently calls drupal_not_found() in wildcard loader functions (imagemenu_load and imagemenu_item_load). As per Wildcard Loader Arguments, wildcard loader functions should return FALSE when an item does not exist or cannot be loaded, instead of calling drupal_not_found themselves.
| Comment | File | Size | Author |
|---|---|---|---|
| menu-wildcard-loader.patch | 968 bytes | mr.baileys |
Comments
Comment #1
marcus_clements commentedGood catch, committed to 6--1 branch.
Thanks.