mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-24 06:56:40 +00:00
Fix typo _connect_erro
Correct _connect_erro to _connect_errno in order to prevent PHP8.2 deprecation warning for creating dynamic properties. Signed-off-by: Tatjana Dehler <tatjanadehler@gmail.com>
This commit is contained in:
parent
986f04637f
commit
2af24ae768
@ -181,7 +181,7 @@ class BaseClass
|
||||
*/
|
||||
public function setConnectErrno($errno)
|
||||
{
|
||||
$this->_connect_erro = $errno;
|
||||
$this->_connect_errno = $errno;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user