Commit d9eeec57 authored by Alex Ne's avatar Alex Ne

set name to debug vars

parent 2a760672
......@@ -83,7 +83,7 @@ class Session extends \X\Security\Crypto\IDEA {
$this->session_data = $session_data;
return true;
} else {
throw new SessionChecksumError("Checksum Error", [get_defined_vars(), $this]);
throw new SessionChecksumError("Checksum Error", ["in_function" => get_defined_vars(), "in_class" => $this]);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment