[-] BO : remove deprecated parameter when call Tools::link_rewrite() part 2

This commit is contained in:
vAugagneur
2013-05-20 16:39:08 +02:00
parent 90f0781377
commit 5244fdaa21
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ class SupplierCore extends ObjectModel
public function getLink()
{
return Tools::link_rewrite($this->name, false);
return Tools::link_rewrite($this->name);
}
/**