Show
Ignore:
Timestamp:
07/11/08 13:09:49 (6 months ago)
Author:
david
Message:

Changed default for assigning of "inner" content to $slots template array to disabled, closes #794 and refs #793

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/filter/AgaviExecutionFilter.class.php

    r2611 r2612  
    494494 
    495495          // whether or not we should assign the previous' layer's output to the $slots array 
    496           $assignInnerToSlots = $this->getParameter('assign_inner_to_slots', true); 
     496          $assignInnerToSlots = $this->getParameter('assign_inner_to_slots', false); 
    497497           
    498498          // $lm->log('Starting rendering...');