Jump to content

Edit History

patuga

patuga

For Prestashop 1.7 it's in another file.

controllers\admin\AdminCustomerThreadsController.php

 

change from:

$new_ct = (Configuration::get('PS_SAV_IMAP_CREATE_THREADS') && !$match_found && (strpos($subject, '[no_sync]') == false));

 

to:

$new_ct = (Configuration::get('PS_SAV_IMAP_CREATE_THREADS') && !$match_found && (strpos($subject) == false));

patuga

patuga

it's in another file.

controllers\admin\AdminCustomerThreadsController.php

 

change from:

$new_ct = (Configuration::get('PS_SAV_IMAP_CREATE_THREADS') && !$match_found && (strpos($subject, '[no_sync]') == false));

 

to:

$new_ct = (Configuration::get('PS_SAV_IMAP_CREATE_THREADS') && !$match_found && (strpos($subject) == false));

×
×
  • Create New...