diff options
Diffstat (limited to 'node_truncate.module')
-rw-r--r-- | node_truncate.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_truncate.module b/node_truncate.module index a906bfd..a6fc829 100644 --- a/node_truncate.module +++ b/node_truncate.module @@ -75,7 +75,7 @@ function node_truncate_form_submit($form, &$form_state) { $types = array_filter($form_state['values']['node_types']); variable_set('node_truncate_node_types', $types); - foreach($types as $type) { + foreach ($types as $type) { $operations[] = array('node_truncate', array($type)); } |