Replace company_name and contact_email by store_name & store_email

This commit is contained in:
touffies
2013-11-22 17:40:04 +01:00
parent 29ae2d26fe
commit 85d9c112d3
8 changed files with 25 additions and 25 deletions

View File

@@ -37,12 +37,12 @@ if($_SESSION['install']['step'] == 5) {
\Thelia\Model\ConfigQuery::create()
->filterByName('contact_email')
->update(array('Value' => $_POST['email_contact']));
->filterByName('store_email')
->update(array('Value' => $_POST['store_email']));
\Thelia\Model\ConfigQuery::create()
->filterByName('company_name')
->update(array('Value' => $_POST['company_name']));
->filterByName('store_name')
->update(array('Value' => $_POST['store_name']));
\Thelia\Model\ConfigQuery::create()
->filterByName('url_site')