Changeset 2675
- Timestamp:
- 08/14/08 15:06:08 (5 months ago)
- Location:
- branches/0.11
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
src/view/AgaviView.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/CHANGELOG
r2674 r2675 13 13 CHG: Assigning of "inner" content to $slots template array should be configurable (#793) (David) 14 14 15 FIX: AgaviView::initialize() incorrectly assigns container's response to a property (#813) (David) 15 16 FIX: AgaviExecutionTimeFilter runs only once (#801) (David) 16 17 FIX: PEAR installations place src/routing/soap files in the data directory rather than the source directory (#799) (Noah) -
branches/0.11/src/view/AgaviView.class.php
r2389 r2675 120 120 121 121 $this->context = $container->getContext(); 122 123 $this->response = $container->getResponse();124 122 } 125 123

