Ignore:
Timestamp:
Nov 1, 2009, 11:31:51 PM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/autolog_entries.inc.php

    r4115 r4170  
    255255   'Username' => $username,
    256256   'Action'   => (is_in($ec_entry['action'], 'ec_nok_')) ?
    257     $span_err_pre.$ec_entry['action'].$span_err_end : $ec_entry['action'],
     257    $span_err_pre.l10n($ec_entry['action']).$span_err_end :
     258    l10n($ec_entry['action']),
    258259   'Arg1'     => $dspl,
    259260   'Forced'   => $ec_entry['forced'],
Note: See TracChangeset for help on using the changeset viewer.