Closed (fixed)
Project:
Media Gallery
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2011 at 05:11 UTC
Updated:
13 Jul 2012 at 05:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
David_Rothstein commentedHere's a patch, untested but it should work fine.
Comment #2
moloc commentedTested the edit and remove pages, works as before. The menu.inc file just skip the callback, because it is not found.
Comment #3
kenorb commentedSimilar issue with other contrib modules:
#1662848: BookMadeSimple: still uses _node_custom_theme, which doesn't exist anymore
#1662846: Simplenews: still uses _node_custom_theme, which doesn't exist anymore
#1662842: content_access still uses _node_custom_theme, which doesn't exist anymore
Comment #4
lsolesen commented@Moloc "The menu.inc file just skip the callback, because it is not found." --> is there something to be fixed there before the patch is committed?
@David_Rothstein You want to commit this yourself? You still have commit access as far as I can tell.
Comment #5
moloc commentedThe patch fixes the issue. The callback function "_node_custom_theme" does not exist and therefore can not be executed. So the callback should be removed. This patch can be committed.
Comment #6
lsolesen commented