aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/channel.php4
1 files changed, 3 insertions, 1 deletions
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
+}