Explorar o código

! Oops, accidentally passed an undefined var

Signed-off-by: John Rayes <[email protected]>
John Rayes %!s(int64=12) %!d(string=hai) anos
pai
achega
4b80619954
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/MessageIndex.php

+ 1 - 1
Sources/MessageIndex.php

@@ -634,7 +634,7 @@ function MessageIndex()
 	if (!empty($context['can_quick_mod']) && $options['display_quick_mod'] == 1)
 	{
 		$context['qmod_actions'] = array('approve', 'remove', 'lock', 'sticky', 'move', 'merge', 'restore', 'markread');
-		call_integration_hook('integrate_quick_mod_actions', array($qmod_actions));
+		call_integration_hook('integrate_quick_mod_actions');
 	}
 
 	// If there are children, but no topics and no ability to post topics...