Skip to content

Commit

Permalink
// getFormatedName => getFormattedName, grammar matters too
Browse files Browse the repository at this point in the history
  • Loading branch information
djfm committed Jan 28, 2016
1 parent 5827afa commit bcd5f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockcategories.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function hookDisplayBackOfficeCategory($params)
}

$images_types = ImageType::getImagesTypes('categories');
$formated_medium = ImageType::getFormatedName('medium');
$formated_medium = ImageType::getFormattedName('medium');
foreach ($images_types as $k => $image_type)
if ($formated_medium == $image_type['name'])
$this->smarty->assign('format', $image_type);
Expand Down

0 comments on commit bcd5f46

Please sign in to comment.