Skip to content
Snippets Groups Projects
Commit eede5eb8 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

STFU

Rev: lib/modules/Function.pmod:1.14
parent f839b5b1
Branches
Tags
No related merge requests found
...@@ -110,5 +110,7 @@ void call_callback(function f,mixed ... args) ...@@ -110,5 +110,7 @@ void call_callback(function f,mixed ... args)
{ {
if (!f) return; if (!f) return;
mixed err=catch { f(@args); return; }; mixed err=catch { f(@args); return; };
master()->handle_error(err); handle_error(err);
} }
function handle_error = master()->handle_error;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment