[-] BO : fixed bug #PSCFV-5991 - CMS friendly URL does not automatically copied

This commit is contained in:
vAugagneur
2012-12-10 10:51:46 +01:00
parent 53f1e8fcbb
commit 221667a80d
5 changed files with 34 additions and 5 deletions
+2 -2
View File
@@ -180,9 +180,9 @@ class AdminCmsControllerCore extends AdminController
}
$this->tpl_form_vars = array(
'active' => $this->object->active
'active' => $this->object->active,
'PS_ALLOW_ACCENTED_CHARS_URL', (int)Configuration::get('PS_ALLOW_ACCENTED_CHARS_URL')
);
return parent::renderForm();
}