default to manual conversation updates

This commit is contained in:
Mario Vavti
2017-02-07 20:45:13 +01:00
parent 6468b7a914
commit 1bb56309a6
2 changed files with 4 additions and 2 deletions

View File

@@ -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() {
}
}