Mercurial > pub > Impl
changeset 137:6975cd4973d1
minor fix
author | wizard |
---|---|
date | Tue, 29 Jun 2010 00:37:05 +0400 |
parents | f6af119ac741 |
children | c5bc900eefd3 |
files | Lib/IMPL/Web/QueryHandler/PageFormat.pm |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Lib/IMPL/Web/QueryHandler/PageFormat.pm Fri Jun 25 16:45:56 2010 +0400 +++ b/Lib/IMPL/Web/QueryHandler/PageFormat.pm Tue Jun 29 00:37:05 2010 +0400 @@ -46,7 +46,7 @@ # CGI with path info $pathInfo = $ENV{PATH_INFO}; } else { - die "REQUEST_URI: $ENV{REQUEST_URI}\nPATH_INFO: $ENV{PATH_INFO}" unless $ENV{REQUEST_URI} eq $ENV{PATH_INFO}; + die "REQUEST_URI: $requestUri\nPATH_INFO: $ENV{PATH_INFO}" unless $requestUri eq $ENV{PATH_INFO}; } my @root = ('');