Aleksander Machniak
2014-11-20 0b36d151572e050b51d82e7429fee847ebb33e22
plugins/enigma/lib/enigma_error.php
@@ -34,7 +34,9 @@
    const E_KEYNOTFOUND = 3;
    const E_DELKEY = 4;
    const E_BADPASS = 5;
    const E_EXPIRED = 6;
    const E_UNVERIFIED = 7;
    function __construct($code = null, $message = '', $data = array())
    {
        $this->code = $code;