Ioncube> Warning: preg_match() expects parameter 2 to be string, object given in ...

Issue #52 resolved
sidxx55 created an issue
                            if ($config["system"]["passwords_encryption"]) {

Warning: preg_match() expects parameter 2 to be string, object given in C:\xcache54\Decompiler.class.php on line 1031
                                $data["password"] = $config["system"]["passwords_encryption"]["encode_function"]($data["password"]);
                            }

Comments (1)

  1. Log in to comment