mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update label index condition
This commit is contained in:
parent
be8dee22f5
commit
0b32d97622
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ class About
|
||||||
// Tune up the label
|
// Tune up the label
|
||||||
if ($label = $dialog->get_message_area()->get_children())
|
if ($label = $dialog->get_message_area()->get_children())
|
||||||
{
|
{
|
||||||
if (!isset($label[1]))
|
if (empty($label[1]))
|
||||||
{
|
{
|
||||||
throw new Exception;
|
throw new Exception;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue