Closed (fixed)
Project:
Panels Everywhere
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2011 at 19:58 UTC
Updated:
17 Sep 2011 at 21:01 UTC
It seems like the related bug #591804: Theme registry build bug: External file with template_preprocess is not loaded if tpl.php is copied into theme has been fixed, so we can remove the hook_init implementation.
@merlinofchaos Can you please confirm?
| Comment | File | Size | Author |
|---|---|---|---|
| PE_remove_hook_init.patch | 821 bytes | Letharion |
Comments
Comment #1
merlinofchaos commentedIt's only fixed in latest Drupal, but in earlier versions of Drupal it is still present, yes? Perhaps we can have the function conditional? But I'm not sure we should remove it until we're comfortable that most folks are upgraded to latest Drupal.
Comment #2
Letharion commentedI might be missing something now, but #591804: Theme registry build bug: External file with template_preprocess is not loaded if tpl.php is copied into theme was commited on march 1 2010, according to Gábor, which should put it into Drupal 6.16?
Comment #3
merlinofchaos commentedOh hm.
Then it's probably safe to remove, indeed.
(That's what I get for not paying enough attention!)
Comment #4
Letharion commentedKars-T tested the patch for me and reported that it worked well. Pushed.