Fix ttle variable error

This commit is contained in:
Guy-roland ASSALE
2021-02-02 07:27:49 +00:00
committed by GitHub
parent f2c763e311
commit ecbcce8cd4

View File

@@ -26,7 +26,7 @@ trait CanBeBought
} }
if (($title = $this->getAttribute('title'))) { if (($title = $this->getAttribute('title'))) {
return $ttle; return $title;
} }
if (($description = $this->getAttribute('description'))) { if (($description = $this->getAttribute('description'))) {