Skip to content
Snippets Groups Projects
Commit d7fdd235 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #13931 : xdebug_break crunching

parent 76142761
Branches
Tags
4 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!180Master,!161Dev#13931 Add End Date To Users Export,!142Dev#13931 Add End Date To Users Export
......@@ -34,7 +34,6 @@ class Class_Multimedia_Utils_OpensslUtil {
public function opensslVerify($data, $sign, $pub_key) {
xdebug_break();
set_error_handler([$this, 'opensllVerifyHandlerError']);
$result = @openssl_verify($data, $sign, $pub_key);
restore_error_handler();
......
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