To ensure that Fieldable Panels Panes own preprocessor functions execute before any other, it should be named template_preprocess_HOOK()

http://api.drupal.org/api/drupal/includes!theme.inc/function/theme/7

Currently, any module with a lower weight, or placed before FPP in alphabetic order, does not have access to the default variables provided by FPP itself.

CommentFileSizeAuthor
#1 template-preprocess-1621886-1.patch1.52 KBhelior

Comments

helior’s picture

Status: Active » Needs review
StatusFileSize
new1.52 KB
twistor’s picture

Status: Needs review » Reviewed & tested by the community

Works fine. Should we call drupal_theme_rebuild() anyway, so that drush updb behaves?

helior’s picture

Is drush updb not flushing caches on its own? Hmm, that would be a rather annoying quirk.

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Pushed and committed.

Status: Fixed » Closed (fixed)

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