Skip to content

Commit 7bced91

Browse files
Merge pull request #162 from Joel-James/fix/undefined_var
🐛 Set default value for undefined variable
2 parents 74a627f + 94f3040 commit 7bced91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin/class-nginx-helper-admin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ public function nginx_helper_default_settings() {
262262
'redis_port' => '6379',
263263
'redis_prefix' => 'nginx-cache:',
264264
'purge_url' => '',
265+
'redis_enabled_by_constant' => 0,
265266
);
266267

267268
}

0 commit comments

Comments
 (0)