Explorar o código

meh...

Signed-off-by: Suki <[email protected]>
Suki %!s(int64=11) %!d(string=hai) anos
pai
achega
8cac276c7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/Subs-Members.php

+ 1 - 1
Sources/Subs-Members.php

@@ -542,7 +542,7 @@ function registerMember(&$regOptions, $return_errors = false)
 	$smcFunc['db_free_result']($request);
 
 	// Perhaps someone else wants to check this user
-	call_integration_hook('integrate_register_check', array($$regOptions, &$reg_errors));
+	call_integration_hook('integrate_register_check', array(&$regOptions, &$reg_errors));
 
 	// If we found any errors we need to do something about it right away!
 	foreach ($reg_errors as $key => $error)