Skip to content
Snippets Groups Projects
Commit 955f8053 authored by Jared Hancock's avatar Jared Hancock
Browse files

Send the object context with the signal (as doc'd)

parent fdfba0ec
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment