mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix #242 incorrect mod_rewrite setting
This commit is contained in:
parent
987b78eb1a
commit
dbc71e062b
1 changed files with 1 additions and 1 deletions
|
|
@ -475,7 +475,7 @@ class Context
|
|||
|
||||
// Copy to old format for backward compatibility.
|
||||
self::$_instance->db_info = self::convertDBInfo($config);
|
||||
self::$_instance->allow_rewrite = $db_info->use_rewrite;
|
||||
self::$_instance->allow_rewrite = self::$_instance->db_info->use_rewrite;
|
||||
self::set('_http_port', $db_info->http_port ?: null);
|
||||
self::set('_https_port', $db_info->https_port ?: null);
|
||||
self::set('_use_ssl', $db_info->use_ssl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue