From: Steve Sutton Date: Wed, 5 Jun 2013 12:58:36 +0000 (+0000) Subject: update some docs X-Git-Tag: v1.0~141 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ea458686a3eb36be98ccb55d55121b0a9ef53f66;p=web%2FMichiganTrailMaps.git update some docs --- diff --git a/Toolkit/Contacts/ContactUs.php b/Toolkit/Contacts/ContactUs.php index 7937ec7..f07a726 100755 --- a/Toolkit/Contacts/ContactUs.php +++ b/Toolkit/Contacts/ContactUs.php @@ -905,7 +905,12 @@ class Toolkit_Contacts_ContactUs } /** - * Handles how to process the form when submitted + * Handles how to process the form when submitted. + * + * If you override this method in your extended class you need + * to call this method first + * parent::processData($values); + * then do your processing. * * @param array $values Form submitted values *