Index: _admin.php
===================================================================
--- _admin.php	(revision 3199)
+++ _admin.php	(working copy)
@@ -32,7 +32,7 @@
 {
 	public static function adminBlogPreferencesForm($core,$settings)
 	{
-    $ttl = $settings instanceof dcSettings ? 0 : $settings->antispam->antispam_moderation_ttl;
+    $ttl = $settings instanceof dcSettings ? $settings->antispam->antispam_moderation_ttl : 0;
 		echo
 		'<fieldset><legend>Antispam</legend>'.
 		'<p><label class="classic">'.__('Delete junk comments older than').' '.
