PrestaShopCorp / dpdpoland

2 stars 5 forks source link

Translations #5

Closed gaillafr closed 10 years ago

gaillafr commented 10 years ago

In the DpdPolandController class you define the l() method, but more than once you're doing something like:

$this->module_instance->outputHTML($this->module_instance->displayError($this->module_instance->l('Could not delete old PDF file. Please check module permissions', 'manifestList.controller.php')));
giedriusStan commented 10 years ago

fixed