diff --git a/templates/config.php b/templates/config.php
index de0c485..b23cfbb 100644
--- a/templates/config.php
+++ b/templates/config.php
@@ -19,7 +19,7 @@
= Helper\form_label(t('Remove automatically read items'), 'autoflush') ?>
= Helper\form_select('autoflush', $autoflush_options, $values, $errors) ?>
- = Helper\form_checkbox('nocontent', t('Do not fetch the content of articles'), 1, $values['nocontent']) ?>
+ = Helper\form_checkbox('nocontent', t('Do not fetch the content of articles'), 1, isset($values['nocontent']) ? $values['nocontent'] : false) ?>