mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix variable name
This commit is contained in:
parent
b81b50fe25
commit
510e30cf3a
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ abstract class Entry
|
|||
): void
|
||||
{
|
||||
$this->gtk->set_visibility(
|
||||
is_null($value) ? $this->_visibility : $value
|
||||
is_null($value) ? $this->_visible : $value
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue