// Merge -> revision 9435
This commit is contained in:
@@ -424,6 +424,14 @@ class AdminTranslations extends AdminTab
|
||||
|
||||
public function postProcess()
|
||||
{
|
||||
/* PrestaShop demo mode */
|
||||
if (_PS_MODE_DEMO_)
|
||||
{
|
||||
$this->_errors[] = Tools::displayError('This functionnality has been disabled.');
|
||||
return;
|
||||
}
|
||||
/* PrestaShop demo mode*/
|
||||
|
||||
if (Tools::isSubmit('submitCopyLang'))
|
||||
{
|
||||
if ($this->tabAccess['add'] === '1')
|
||||
|
||||
Reference in New Issue
Block a user