Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: class_plugins.php 5380 2011-02-21 12:04:43Z Tomm $
| * $Id: class_plugins.php 5325 2011-01-13 16:53:42Z Tomm $
|
*/
class pluginSystem
| */
class pluginSystem
|
Zeile 96 | Zeile 96 |
---|
{ require_once $hook['file']; }
|
{ require_once $hook['file']; }
|
$oldreturnargs = $returnargs; // why is this line of code here?
| |
$returnargs = call_user_func_array($hook['function'], array(&$arguments));
| $returnargs = call_user_func_array($hook['function'], array(&$arguments));
|