Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
dblog.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2010 at 00:24 UTC
Updated:
1 Jan 2011 at 18:20 UTC
/modules/dblog/dblog.admin.inc@219-224 there should be (note the added t() ):
function dblog_filters() {
$filters = array();
foreach (_dblog_get_message_types() as $type) {
$types[$type] = t($type);
}
Comments
Comment #1
derjochenmeyer commentedThis has already been implemented.
dblog_filters