Browse Source

Merge pull request #475 from Oldiesmann/release-2.1

Typo with my previous commit
Michael Eshom 11 years ago
parent
commit
1ecf07aa86
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Themes/default/Settings.template.php

+ 2 - 2
Themes/default/Settings.template.php

@@ -150,12 +150,12 @@ function template_options()
 			'default' => true,
 		),
 		array(
-			'id' => 'drafts_autosave_enable',
+			'id' => 'drafts_autosave_enabled',
 			'label'  => $txt['drafts_autosave_enabled'],
 			'default' => true,
 		),
 		array(
-			'id' => 'drafts_show_saved_enable',
+			'id' => 'drafts_show_saved_enabled',
 			'label'  => $txt['drafts_show_saved_enabled'],
 			'default' => true,
 		)