Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5
This commit is contained in:
commit
8c2df4a396
@ -793,7 +793,7 @@ class AuthenticationCookie extends AuthenticationPlugin
|
||||
true
|
||||
);
|
||||
}
|
||||
if (strlen($this->_cookie_iv) < $this->getIVSize()) {
|
||||
if (mb_strlen($this->_cookie_iv,'8bit') < $this->getIVSize()) {
|
||||
$this->createIV();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user