Crypt/Base: engine wasn't being set correctly

This commit is contained in:
terrafrost 2015-03-15 02:44:13 -05:00
parent 3f3e0cac98
commit 9a400c4094

View File

@ -1651,7 +1651,7 @@ class Crypt_Base
);
foreach ($candidateEngines as $engine) {
if ($this->isValidEngine($engine)) {
$this->engine = $this->preferredEngine;
$this->engine = $engine;
break;
}
}