diff --git a/src/Entity/Browser/Menu/Help/About.php b/src/Entity/Browser/Menu/Help/About.php index 389f31bf..52f43487 100644 --- a/src/Entity/Browser/Menu/Help/About.php +++ b/src/Entity/Browser/Menu/Help/About.php @@ -173,7 +173,7 @@ class About // Tune up the label if ($label = $dialog->get_message_area()->get_children()) { - if (!isset($label[1])) + if (empty($label[1])) { throw new Exception; }