Ignore:
Timestamp:
08/29/10 18:32:44 (21 months ago)
Author:
vain
Message:
  • request and response are handed over to the dispatcher and no longer fetched from the dependency injector
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/frontcontroller.core.php

    r4599 r4609  
    145145        $event->triggerEvent('onBeforeDispatcherForward'); 
    146146 
    147         $this->dispatcher->forward(); 
     147        $this->dispatcher->forward($this->request, $this->response); 
    148148 
    149149        $event->triggerEvent('onAfterDispatcherForward'); 
Note: See TracChangeset for help on using the changeset viewer.