You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there is a bug the the AES encryption module. In file AES.php at line 247, you use this syntaxe :
parent::Crypt_Rijndael($this->mode);
i guess the correct one is this :
parent::__construct($this->mode);
Please check it and fix it if i am rigth.
The text was updated successfully, but these errors were encountered:
Hi there is a bug the the AES encryption module. In file AES.php at line 247, you use this syntaxe :
parent::Crypt_Rijndael($this->mode);
i guess the correct one is this :
parent::__construct($this->mode);
Please check it and fix it if i am rigth.
The text was updated successfully, but these errors were encountered: