attached patch changes
$theme_registry['page']['preprocess functions'][] = 'better_messages_proprocess_page';
into
$theme_registry['page']['preprocess functions'][] = 'better_messages_preprocess_page';

CommentFileSizeAuthor
better_messages.patch744 bytesseutje

Comments

seutje’s picture

hmm, I just realized that preprocess definition is rather useless, since core already defines template_preprocess_page

mohammed j. razem’s picture

true, there's no need for altering the theme registry for a preprocess function. i'll delete that line.

Thanks seutje.

mohammed j. razem’s picture

Status: Active » Fixed

Fixed in release 6.x-1.8

Status: Fixed » Closed (fixed)

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