Closed (fixed)
Project:
ImageCache
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2011 at 14:03 UTC
Updated:
10 May 2011 at 10:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
lyricnz commentedHere's a patch that clears the menu cache after the file-system form is submitted.
Comment #2
drewish commentedMakes sense. I don't think we need to be using module_invoke since it's a function defined in menu.inc so we can just call menu_rebuild() like core does. I also moved the code up to be with the other form alters.
Comment #3
drewish commentedcommitted to 6.x-2.x
Comment #4
lyricnz commentedtx