Change the run_hooks function to be able to run hooks with any number of
arguments.
For example, the following two lines should be able to run without problems:
$hooks->run_hook('test_hook', $parameter, $var2, $var4);
$hooks->run_hook('player');
Original issue reported on code.google.com by zeg...@gmail.com on 17 Mar 2010 at 1:40
Original issue reported on code.google.com by
zeg...@gmail.com
on 17 Mar 2010 at 1:40