Changeset 2675

Show
Ignore:
Timestamp:
08/14/08 15:06:08 (5 months ago)
Author:
david
Message:

Fixed #813: AgaviView::initialize() incorrectly assigns container's response to a property

Location:
branches/0.11
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/CHANGELOG

    r2674 r2675  
    1313CHG: Assigning of "inner" content to $slots template array should be configurable (#793) (David) 
    1414 
     15FIX: AgaviView::initialize() incorrectly assigns container's response to a property (#813) (David) 
    1516FIX: AgaviExecutionTimeFilter runs only once (#801) (David) 
    1617FIX: 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  
    120120 
    121121    $this->context = $container->getContext(); 
    122  
    123     $this->response = $container->getResponse(); 
    124122  } 
    125123