Changeset 476
- Timestamp:
- 04/11/07 19:41:32 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/stubFrontController.php
r473 r476 153 153 if ($this->request->isCancelled() == false) { 154 154 foreach ($this->postInterceptors as $postInterceptor) { 155 var_dump(get_class($postInterceptor));156 155 $postInterceptor->postProcess($this->request, $this->session, $this->response); 157 156 if ($this->request->isCancelled() == true) {
