Ensure title is defaulted
This commit is contained in:
parent
f3b0b270f2
commit
c4af365ae9
@ -149,7 +149,7 @@ sub generate_errorbox {
|
|||||||
|
|
||||||
$self -> log("error:fatal", $args -> {"message"});
|
$self -> log("error:fatal", $args -> {"message"});
|
||||||
|
|
||||||
return ($args -> {"title"},
|
return ($args -> {"title"} // "{L_FATAL_ERROR}",
|
||||||
$self -> message_box(title => $args -> {"title"} // "{L_FATAL_ERROR}",
|
$self -> message_box(title => $args -> {"title"} // "{L_FATAL_ERROR}",
|
||||||
type => "error",
|
type => "error",
|
||||||
class => "alert",
|
class => "alert",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user