Closed (fixed)
Project:
Better Messages
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Aug 2009 at 17:17 UTC
Updated:
22 Sep 2009 at 10:00 UTC
attached patch changes
$theme_registry['page']['preprocess functions'][] = 'better_messages_proprocess_page';
into
$theme_registry['page']['preprocess functions'][] = 'better_messages_preprocess_page';
| Comment | File | Size | Author |
|---|---|---|---|
| better_messages.patch | 744 bytes | seutje |
Comments
Comment #1
seutje commentedhmm, I just realized that preprocess definition is rather useless, since core already defines template_preprocess_page
Comment #2
mohammed j. razemtrue, there's no need for altering the theme registry for a preprocess function. i'll delete that line.
Thanks seutje.
Comment #3
mohammed j. razemFixed in release 6.x-1.8