Changeset 2612

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

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r2611 r2612  
    88ADD: Allow additional types for second argument of AgaviLoggerManager::log() (#634) (David) 
    99 
     10CHG: Change default for assigning of "inner" content to $slots template array to disabled (#794) (David) 
    1011CHG: Refactor internal "system action" handling and fowarding (#769) (David) 
    1112CHG: Bump minimum required PHP version to 5.2.0 (#738) (David) 
  • 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...');