// Miss on last commit

This commit is contained in:
rGaillard
2011-12-22 22:14:36 +00:00
parent e3b373dc71
commit 6632ca1dee
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -317,8 +317,6 @@ class LinkCore
$uri_path = _THEME_PROD_DIR_.$ids.($type ? '-'.$type : '').$theme.'.jpg';
}
else
$uri_path = _THEME_PROD_DIR_.$ids.($type ? '-'.$type : '').'.jpg';
}else
{
// if ids if of the form id_product-id_image, we want to extract the id_image part
$split_ids = explode('-', $ids);