Closed (fixed)
Project:
ThemeKey
Version:
7.x-1.x-dev
Component:
Code / API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2011 at 17:49 UTC
Updated:
6 Jun 2011 at 07:52 UTC
themekey_base.inc at line 449:
watchdog('php', 'ThemeKey map function %map_function does not exists', array('%map_function' => $map_func), 'error');
should be
watchdog('php', 'ThemeKey map function %map_function does not exists', array('%map_function' => $map_func), WATCHDOG_ERROR);
And maybe another check is needed in every file to change every 'error' to WATCHDOG_ERROR.
Comments
Comment #1
mkalkbrennercommitted to git