summaryrefslogtreecommitdiff
path: root/cgi_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgi_main.c')
-rw-r--r--cgi_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi_main.c b/cgi_main.c
index 076c8fee5b..26e15898fe 100644
--- a/cgi_main.c
+++ b/cgi_main.c
@@ -395,6 +395,7 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
if (cgi || request_info.filename) {
file_handle.filename = request_info.filename;
file_handle.handle.fp = php3_fopen_for_parser();
+ SG(request_info).path_translated = file_handle.filename;
}
if (cgi && !file_handle.handle.fp) {