Skip to content

Commit

Permalink
minor refacotr
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud Edwards authored and Cloud Edwards committed Jul 4, 2018
1 parent b915528 commit 128a575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programs-remote-listings/rs-connect-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static function get_base_url()
$base_domain = 'secure.retreat.guru';
$http = 'https://';

if (isset($_SERVER['SERVER_NAME']) && ('rgconnect.test' == $_SERVER['SERVER_NAME'] || 'qa-testing.booking-demo.com' == $_SERVER['SERVER_NAME'])) {
if (isset($_SERVER['SERVER_NAME']) && ('rgconnect.test' == $_SERVER['SERVER_NAME'] || 'qa-testing.booking-demo.com' == $_SERVER['SERVER_NAME'])) {
$base_domain = 'rbgapp.com';
$http = 'http://';
}
Expand Down
2 changes: 1 addition & 1 deletion programs-remote-listings/views/admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'sort_order' => 'asc',
'sort_column' => 'post_title',
'post_type' => 'page',
'post_status' => 'publish,private',
'post_status' => 'publish,private,draft',
);
$pages = get_pages($args);

Expand Down

0 comments on commit 128a575

Please sign in to comment.