FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Created default value in case ssl_host is empty. · ashucg/wordpress-https@c419461 · GitHub

Commit c419461

Browse files
committed
Created default value in case ssl_host is empty.
1 parent e7d4415 commit c419461

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎lib/WordPressHTTPS/Module/Settings.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ public function save() {
246246
$errors = array();
247247
$reload = false;
248248
$logout = false;
249+
$ssl_host = clone $this->getPlugin()->getHttpsUrl();
249250

250251
foreach ($this->getPlugin()->getSettings() as $key => $default) {
251252
if ( !array_key_exists($key, $_POST) && $default == 0 ) {

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL