Browse Source

! Oops, accidentally passed an undefined var

Signed-off-by: John Rayes <[email protected]>
John Rayes 12 years ago
parent
commit
4b80619954
1 changed files with 1 additions and 1 deletions
  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...