mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix missing bracket
This commit is contained in:
@@ -139,9 +139,9 @@ if ( ! class_exists( 'um\core\Permalinks' ) ) {
|
||||
} else{
|
||||
if ( isset( $_SERVER['HTTP_HOST'] ) ) {
|
||||
$host = $_SERVER['HTTP_HOST'];
|
||||
}else
|
||||
}else{
|
||||
$host = 'localhost';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$page_url = ( is_ssl() ? 'https://' : 'http://' ) . $host . $_SERVER['REQUEST_URI'];
|
||||
|
||||
Reference in New Issue
Block a user