Changeset 15554
- Timestamp:
- 02/17/09 12:13:21 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfXSLTViewPlugin/trunk/lib/sfXSLTView.class.php
r15551 r15554 183 183 // render 184 184 $view = new sfXSLTView($context,$moduleName,$actionName, '',false); 185 $view->attributeHolder = $componentInstance->getVarHolder(); 185 186 $retval = $view->render($componentInstance->getVarHolder()->getAll()); 186 187 if ($cacheManager = $context->getViewCacheManager())