Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5

This commit is contained in:
Weblate 2015-09-02 17:37:21 +02:00
commit 8c2df4a396

View File

@ -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();
}