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 5016 2010-06-12 00:24:02Z RyanGordon $
| * $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));
|