Vergleich inc/class_plugins.php - 1.6.2 - 1.6.4

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 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 96Zeile 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));