Index: forward.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/forward/forward.module,v
--- forward.module	1 Dec 2007 19:21:10 -0000	1.30.2.35
+++ forward.module	1 Dec 2007 21:12:54 -0000
@@ -759,13 +759,13 @@
       'forward_count' => array(
         'name' => t('Forward: Forward Count'),
         'operator' => 'views_handler_operator_gtlt',
-        'option' => 'integer',
+        'value' => 'integer',
         'help' => t('This filter allows you to filter by the amount of forwards.'),
       ),
       'clickthrough_count' => array(
         'name' => t('Forward: Clickthrough Count'),
         'operator' => 'views_handler_operator_gtlt',
-        'option' => 'integer',
+        'value' => 'integer',
         'help' => t('This filter allows you to filter by the amount of clickthroughs.'),
       ),
       'last_forward_timestamp' => array(