[-] BO : #PSTEST-504 : bug fixed

This commit is contained in:
mBertholino
2012-01-17 10:49:30 +00:00
parent 9458bfaaad
commit 2b6ae7cde6
2 changed files with 99 additions and 102 deletions
+1 -3
View File
@@ -101,9 +101,7 @@ class AdminDbControllerCore extends AdminController
public function initContent()
{
$this->warnings[] = $this->l('Be VERY CAREFUL with these settings, as changes may cause your PrestaShop online store to malfunction.
For all issues, check the config/settings.inc.php file.');
$this->warnings[] = $this->l('Be VERY CAREFUL with these settings, as changes may cause your PrestaShop online store to malfunction. For all issues, check the config/settings.inc.php file.');
$this->display = 'options';
$this->initToolbar();
$this->content .= $this->renderOptions();