mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
Fix profile permalink in a multi-site setup
This commit is contained in:
@@ -79,8 +79,8 @@ class UM_Permalinks {
|
||||
$page_url .= '?' . $_SERVER['QUERY_STRING'];
|
||||
}
|
||||
}else {
|
||||
|
||||
if( $_SERVER[ $server_name_method ] == "localhost" ){
|
||||
|
||||
if( um_core_is_local() ){
|
||||
|
||||
$page_url = 'http';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user