fix some CS

This commit is contained in:
Manuel Raynaud
2013-01-09 09:13:25 +01:00
parent a168082d54
commit 4e21c25867
26 changed files with 422 additions and 346 deletions

View File

@@ -6,7 +6,7 @@ use Thelia\Model\Base\Base;
class Config extends Base
{
public function read($search, $default)
{
return $this->db->config()->where("name",$search)->fetch()?:$default;