Changeset 2612
- Timestamp:
- 07/11/08 13:09:49 (6 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
src/filter/AgaviExecutionFilter.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r2611 r2612 8 8 ADD: Allow additional types for second argument of AgaviLoggerManager::log() (#634) (David) 9 9 10 CHG: Change default for assigning of "inner" content to $slots template array to disabled (#794) (David) 10 11 CHG: Refactor internal "system action" handling and fowarding (#769) (David) 11 12 CHG: Bump minimum required PHP version to 5.2.0 (#738) (David) -
trunk/src/filter/AgaviExecutionFilter.class.php
r2611 r2612 494 494 495 495 // 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); 497 497 498 498 // $lm->log('Starting rendering...');

