Vergleich inc/class_plugins.php - 1.8.0 - 1.8.1

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 130Zeile 130

if(array_key_exists('class_method', $hook))
{


if(array_key_exists('class_method', $hook))
{

						$return_args = call_user_func($hook['class_method'], $arguments);

						$return_args = call_user_func_array($hook['class_method'], array(&$arguments));

					}
else
{

					}
else
{