# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: contributions/modules/activity/activity.module
--- contributions/modules/activity/activity.module Base (1.1.2.2.2.30.2.46)
+++ contributions/modules/activity/activity.module Locally Modified (Based On 1.1.2.2.2.30.2.46)
@@ -368,6 +368,7 @@
                     $form[$module][$role_name][$type_name][$token_field] = array(
                       '#type' => 'textfield',
                       '#title' => $type .': '. $op,
+                      '#maxlength' => 256,
                       '#default_value' => variable_get($token_field, $default),
                     );
                   }
