Skip to content

Commit 94f3040

Browse files
committed
🐛 Set default value for undefined var
1 parent a8894f1 commit 94f3040

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)