// something missing in the last commit

This commit is contained in:
Rémi Gaillard
2013-02-06 15:48:16 +01:00
parent fbf48fadf8
commit 08d5440c7f
@@ -678,6 +678,9 @@ class AdminCustomerThreadsControllerCore extends AdminController
public function ajaxProcessSyncImap()
{
if ($this->tabAccess['edit'] != '1')
throw new PrestaShopException(Tools::displayError('You do not have permission to edit here.'));
if (Tools::isSubmit('syncImapMail'))
{
if (!($url = Configuration::get('PS_SAV_IMAP_URL'))