Skip to content

Commit

Permalink
added a missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 18, 2012
1 parent ebea32c commit a7503fb
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -117,7 +117,8 @@ public function onKernelResponse(FilterResponseEvent $event)
array_pop($this->requests);

$parent = end($this->requests);


// when simulating requests, we might not have the parent
if ($parent) {
$profiles = isset($this->children[$parent]) ? $this->children[$parent] : array();
$profiles[] = $profile;
Expand Down

0 comments on commit a7503fb

Please sign in to comment.