Changeset 2117
- Timestamp:
- 10/08/07 16:08:42 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/src/filter/AgaviExecutionFilter.class.php
r2081 r2117 303 303 $container->setViewName($actionCache['view_name']); 304 304 305 $key = $request->toggleLock(); 305 306 // get the view instance 306 307 $viewInstance = $controller->createViewInstance($actionCache['view_module'], $actionCache['view_name']); 308 // initialize the view 309 $viewInstance->initialize($container); 310 $request->toggleLock($key); 311 307 312 // Set the View Instance in the container 308 313 $container->setViewInstance($viewInstance); 309 310 // initialize the view 311 $viewInstance->initialize($container); 312 314 313 315 $outputType = $container->getOutputType()->getName(); 314 316

