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",