Skip to content

Commit

Permalink
Merge pull request #162 from Joel-James/fix/undefined_var
Browse files Browse the repository at this point in the history
🐛 Set default value for undefined variable
  • Loading branch information
rahulsprajapati committed Dec 13, 2018
2 parents 74a627f + 94f3040 commit 7bced91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/class-nginx-helper-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ public function nginx_helper_default_settings() {
'redis_port' => '6379',
'redis_prefix' => 'nginx-cache:',
'purge_url' => '',
'redis_enabled_by_constant' => 0,
);

}
Expand Down

0 comments on commit 7bced91

Please sign in to comment.