Fixes to Cipher Code

- Fixes #230 bug
This commit is contained in:
japatel
2015-01-29 11:06:31 -06:00
parent 192f16b542
commit b2bf7e4ef7

View File

@@ -20,7 +20,7 @@ class Cipher
function __construct($secretKey)
{
$this->$secretKey = $secretKey;
$this->secretKey = $secretKey;
}
/**