Changeset 1014:65b07a8688ca for inc/core
- Timestamp:
- 11/14/12 22:47:48 (13 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.twig.page.php
r1012 r1014 4 4 class dcTwigPage extends Twig_Environment 5 5 { 6 protected $core; // not in use by now6 protected $core; 7 7 protected $context = null; 8 8 … … 34 34 35 35 # Add form helper 36 $this->addExtension(new dcFormExtension( ));36 $this->addExtension(new dcFormExtension($core)); 37 37 38 38 $this->clearCacheFiles();
Note: See TracChangeset
for help on using the changeset viewer.