Changeset 1014:65b07a8688ca for inc/admin/class.dc.form.php
- Timestamp:
- 11/14/12 22:47:48 (13 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.form.php
r992 r1014 145 145 $this->action = $action; 146 146 $this->fields = array(); 147 $this->core-> twig->getExtension('dc_form')->addForm($this);147 $this->core->page->getExtension('dc_form')->addForm($this); 148 148 } 149 149
Note: See TracChangeset
for help on using the changeset viewer.