Development

Changeset 15554

You must first sign up to be able to contribute.

Changeset 15554

Show
Ignore:
Timestamp:
02/17/09 12:13:21 (4 years ago)
Author:
johnwards
Message:

Fixing compontents with variables enabled

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfXSLTViewPlugin/trunk/lib/sfXSLTView.class.php

    r15551 r15554  
    183183      // render 
    184184      $view = new sfXSLTView($context,$moduleName,$actionName,  '',false); 
     185      $view->attributeHolder = $componentInstance->getVarHolder(); 
    185186      $retval = $view->render($componentInstance->getVarHolder()->getAll()); 
    186187      if ($cacheManager = $context->getViewCacheManager())