// Removed FO call to shop->name instead of PS_SHOP_NAME

This commit is contained in:
dMetzger
2012-08-21 14:24:43 +00:00
parent 0140d5898b
commit 133f9102ac
3 changed files with 2 additions and 20 deletions
+1 -3
View File
@@ -122,9 +122,7 @@ class HTMLTemplateSupplyOrderFormCore extends HTMLTemplate
*/
public function getHeader()
{
$shop_name = '';
if (Validate::isLoadedObject($this->shop))
$shop_name = $this->shop->name;
$shop_name = Configuration::get('PS_SHOP_NAME');
$this->smarty->assign(array(
'logo_path' => $this->getLogo(),