From 787fa113099be881b51a4e0e93ec5dfe2b22dd38 Mon Sep 17 00:00:00 2001 From: PupperWoff Date: Mon, 17 Jul 2017 03:32:42 +0200 Subject: [PATCH] Small fix to config for - auto send to feature archive --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index c4e7d859..c64567be 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1399,8 +1399,8 @@ // Automatically send threads with thiese trips to Featured Archive - // $config['archive']['auto_feature'] = array("!!securetrip", "!trip"); - $config['archive']['auto_feature'] = array(); + // $config['archive']['auto_feature_trips'] = array("!!securetrip", "!trip"); + $config['archive']['auto_feature_trips'] = array(); /*