diff options
author | Urban Müller | 2017-12-18 17:36:49 +0100 |
---|---|---|
committer | Urban Müller | 2017-12-18 17:36:49 +0100 |
commit | cab6d315fcd1d27f38ccc8c2ca680bc4071bb1f5 (patch) | |
tree | 6c13afda7ff73a18ab0d67756b79edfcab11113e /it_text.class | |
parent | 3ef4cba3eb9e2978195c41c05e1e4a0581c76c5d (diff) | |
download | itools-cab6d315fcd1d27f38ccc8c2ca680bc4071bb1f5.tar.gz itools-cab6d315fcd1d27f38ccc8c2ca680bc4071bb1f5.tar.bz2 itools-cab6d315fcd1d27f38ccc8c2ca680bc4071bb1f5.zip |
new alertlog filename
Diffstat (limited to 'it_text.class')
-rw-r--r-- | it_text.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_text.class b/it_text.class index 0045370..4481434 100644 --- a/it_text.class +++ b/it_text.class @@ -147,7 +147,7 @@ function text($label, $language = null) if (!isset($text)) { $text = "<span style='background:#F88' title='" . Q("$label (" . it_debug::backtrace(array('levels'=>1, 'skipfiles'=>"text|auto_prepend")) . ")") . "'>" . Q($label) . "</span><a href='/admin/texts.html?edit=$label'>.</a>"; - it::error(array('title'=>"unknown label $label language $language - see /tmp/alertdata/alert.log", 'backtraceskip'=>2, 'blockmail'=>21600)); + it::error(array('title'=>"unknown label $label language $language - see /tmp/alertdata/alertlog", 'backtraceskip'=>2, 'blockmail'=>21600)); } } |