Changeset 1056:b67f949a98f8 for inc/admin/class.dc.form.php
- Timestamp:
- 12/09/12 03:12:34 (13 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.form.php
r1053 r1056 163 163 $this->action = $action; 164 164 $this->fields = array(); 165 $this->core-> page->getExtension('dc_form')->addForm($this);165 $this->core->tpl->getExtension('dc_form')->addForm($this); 166 166 $this->submitfields = array(); 167 167 $this->hiddenfields = array();
Note: See TracChangeset
for help on using the changeset viewer.