summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2017-12-18 17:36:49 +0100
committerUrban Müller2017-12-18 17:36:49 +0100
commitcab6d315fcd1d27f38ccc8c2ca680bc4071bb1f5 (patch)
tree6c13afda7ff73a18ab0d67756b79edfcab11113e
parent3ef4cba3eb9e2978195c41c05e1e4a0581c76c5d (diff)
downloaditools-cab6d315fcd1d27f38ccc8c2ca680bc4071bb1f5.tar.gz
itools-cab6d315fcd1d27f38ccc8c2ca680bc4071bb1f5.tar.bz2
itools-cab6d315fcd1d27f38ccc8c2ca680bc4071bb1f5.zip
new alertlog filename
-rw-r--r--it_text.class2
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));
}
}