Changeset 20501 for branches/version-2_5-dev/data/class/pages/entry
- Timestamp:
- 2011/03/04 22:55:53 (15 years ago)
- Location:
- branches/version-2_5-dev/data/class/pages/entry
- Files:
-
- 2 edited
-
LC_Page_Entry.php (modified) (1 diff)
-
LC_Page_Entry_EmailMobile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry.php
r20499 r20501 74 74 */ 75 75 function action() { 76 $objFormParam = new SC_FormParam ();76 $objFormParam = new SC_FormParam_Ex(); 77 77 78 78 SC_Helper_Customer_Ex::sfCustomerEntryParam($objFormParam); -
branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry_EmailMobile.php
r20344 r20501 65 65 function action() { 66 66 $objCustomer = new SC_Customer; 67 $objFormParam = new SC_FormParam ();67 $objFormParam = new SC_FormParam_Ex(); 68 68 69 69 $this->lfInitParam($objFormParam);
Note: See TracChangeset
for help on using the changeset viewer.
