Index: strongarm.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/strongarm/strongarm.module,v
retrieving revision 1.1.2.6.2.17
diff -u -p -r1.1.2.6.2.17 strongarm.module
--- strongarm.module	5 Aug 2010 14:43:24 -0000	1.1.2.6.2.17
+++ strongarm.module	6 Oct 2010 14:47:33 -0000
@@ -191,7 +191,7 @@ if (!function_exists('variable_features_
  * Implementation of hook_features_pipe_alter() for node component.
  * Add node type variables on behalf of core modules.
  */
-function strongarm_features_pipe_node_alter(&$pipe, $data, $export, $module_name) {
+function strongarm_features_pipe_node_alter(&$pipe, $data, $export) {
   if (!empty($data)) {
     $variables = array(
       'comment',
