From 1bb56309a62697f6549f159a6ed0d35fbf8f668b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 7 Feb 2017 20:45:13 +0100 Subject: default to manual conversation updates --- include/channel.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/channel.php') diff --git a/include/channel.php b/include/channel.php index bc36a5707..8880c7f45 100644 --- a/include/channel.php +++ b/include/channel.php @@ -1972,6 +1972,8 @@ function channel_manual_conv_update($channel_id) { $x = get_pconfig($channel_id, 'system','manual_conversation_update'); if($x === false) $x = get_config('system','manual_conversation_update'); + if($x === false) + $x = 1; return intval($x); @@ -1989,4 +1991,4 @@ function remote_login() { -} \ No newline at end of file +} -- cgit v1.2.3