File "admin_theme.module", line 157 (156 for the last dev version) :
if ((bool)variable_get($var, '0') && module_invoke($info['module'], 'admin_theme', 'check', $info['option'])) {
Must be :
if ((bool)variable_get($var, '0') && module_invoke($info['module'], 'admin_theme_check', $info['option'])) {

I'm too lazy to make a patch file ! ^^
Regards.

Comments

sebas5384’s picture

Status: Active » Needs review
StatusFileSize
new791 bytes

I had the same problem and then I found this issue of this bug, so heres the patch to it.

@El Matador Y Tyrannos, hacking code without patches, is not recommended, even for your own project's health.

Cheers!

sebas5384’s picture

whoops! now with the right paths in the patch ;)

sebas5384’s picture

Whopss again! wrong patch :( now is right and tested patch.

valderama’s picture

Works, and seems like an obvious bug.

valderama’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

  • justy committed f40cd3b on 7.x-1.x
    Issue #1402044 by sebas5384: hook_admin_theme_check : hook...
justy’s picture

this patch is rolled up into dev version.

justy’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.