Skip to content
Snippets Groups Projects
Commit 0ae67cea authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #593 from greezybacon/issue/signal-object


Send the object context, as documented

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents fdfba0ec 955f8053
Branches
Tags
No related merge requests found
......@@ -95,7 +95,7 @@ class Signal {
continue;
elseif ($check && !call_user_func($check, $data))
continue;
call_user_func($callable, $data);
call_user_func($callable, $object, $data);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment