- Timestamp:
- 2012/03/06 22:37:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/contact/LC_Page_Contact.php
r21594 r21596 81 81 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 82 82 $objPlugin->doAction('lc_page_contact__action_start', array($this)); 83 83 84 84 $objDb = new SC_Helper_DB_Ex(); 85 85 $objFormParam = new SC_FormParam_Ex(); … … 121 121 if (SC_Utils_Ex::isBlank($this->arrErr)) { 122 122 $this->lfSendMail($this); 123 123 124 124 // フックポイント. 125 125 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 126 126 $objPlugin->doAction('lc_page_contact__action_complete', array($this)); 127 127 128 128 // 完了ページへ移動する 129 129 SC_Response_Ex::sendRedirect('complete.php');
Note: See TracChangeset
for help on using the changeset viewer.
