1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

- Fix typo

This commit is contained in:
Jani Taskinen
2009-05-23 18:10:13 +00:00
parent afa4e41c2f
commit fa68c626c1

View File

@@ -394,7 +394,7 @@ SAPI_API void sapi_activate(TSRMLS_D)
}
SG(rfc1867_uploaded_files) = NULL;
SG(rfc1867_vars) = NULL;
SG(rfc1867_vars) = NULL;
SG(rfc1867_files_vars) = NULL;
/* handle request mehtod */
if (SG(server_context)) {