I just upgraded a site from Drupal 5.7 to 5.8 this morning and it has stopped the importation of the magic tab CSS files at page load, thus destroying all implementations of magic tabs through my sites. Has anyone else experienced an issue after upgrading to 5.8? Note, I only upgraded Drupal core, nothing else.
Comments
Comment #1
dsnydernc commentedI found the issue, not with MT but with Drupal Core. Fix to be issued in 5.9 or a patch is located here:
http://drupal.org/node/281042
Comment #2
yhager commentedIt seems that #281042: regression in 5.8 from 5.7 theme('blocks','all') broken - so no header alteration possible has been fixed for Drupal 5.9.
Can you please verify this is solved for D5.9?
Comment #3
dsnydernc commentedConfirmed. 5.9 fixes the issue with block headers, as does the patch for 5.8.
Comment #4
yhager commentedThank you for testing and reporting