From 478a4b8157902dcc1ceaa393c317a22cf034680d Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 28 Jun 2018 17:30:47 +0200 Subject: set reminder for ::fatal --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it.class') diff --git a/it.class b/it.class index 8725f3b..0003fa3 100644 --- a/it.class +++ b/it.class @@ -1169,7 +1169,7 @@ static function mod($a, $n) static function safe_filename($filename) { if (it::match("\./", $filename)) - it::error(['to' => "mueller", 'title' => "fishy filename $filename"]); + it::error(['to' => "mueller", 'title' => "fishy filename $filename"]); # FIXME 2018-08 UM should be fatal after test phase return $filename; } -- cgit v1.2.3