From c4af365ae9a4ead240dcfc4526bc9817bef895a8 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 16 Jan 2017 15:33:27 +0000 Subject: [PATCH] Ensure title is defaulted --- modules/ORB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ORB.pm b/modules/ORB.pm index b3832d6..e71f64b 100755 --- a/modules/ORB.pm +++ b/modules/ORB.pm @@ -149,7 +149,7 @@ sub generate_errorbox { $self -> log("error:fatal", $args -> {"message"}); - return ($args -> {"title"}, + return ($args -> {"title"} // "{L_FATAL_ERROR}", $self -> message_box(title => $args -> {"title"} // "{L_FATAL_ERROR}", type => "error", class => "alert",