projects
/
web
/
MichiganTrailMaps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51236d1
)
update some docs
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 5 Jun 2013 12:58:36 +0000
(12:58 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 5 Jun 2013 12:58:36 +0000
(12:58 +0000)
Toolkit/Contacts/ContactUs.php
patch
|
blob
|
history
diff --git
a/Toolkit/Contacts/ContactUs.php
b/Toolkit/Contacts/ContactUs.php
index
7937ec7
..
f07a726
100755
(executable)
--- 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
*