diff --git a/module/install/zen.php b/module/install/zen.php index 7293d80b9c..ad31334715 100644 --- a/module/install/zen.php +++ b/module/install/zen.php @@ -322,7 +322,7 @@ class installZen extends install installed = true; \$config->debug = false; - \$config->requestType = '{$this->config->requestType}'; + \$config->requestType = 'PATH_INFO'; \$config->timezone = '$timezone'; \$config->db->driver = '{$this->config->db->driver}'; \$config->db->host = '$dbHost';