mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
limit address length to 1024
This commit is contained in:
parent
ae13151936
commit
31a3aaf216
1 changed files with 4 additions and 0 deletions
|
|
@ -16,5 +16,9 @@ class Address
|
||||||
$this->entry->set_text(
|
$this->entry->set_text(
|
||||||
$value
|
$value
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->entry->set_max_length(
|
||||||
|
1024
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue