Skip to content

Commit

Permalink
Fix EZP-20011: testMatchWithRequestHeader fails with Property 'X-Site…
Browse files Browse the repository at this point in the history
…access' not found error
  • Loading branch information
dpobel committed Nov 8, 2012
1 parent 1e4b239 commit b37a216
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -105,7 +105,7 @@ public function testMatchWithRequestHeader( $router )
$sa = $router->match(
new SimplifiedRequest(
array(
'X-Siteaccess' => $saName
'headers' => array( 'X-Siteaccess' => $saName )
)
)
);
Expand Down

0 comments on commit b37a216

Please sign in to comment.