// Merge -> revision 7906
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7909 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -2780,6 +2780,7 @@ class ProductCore extends ObjectModel
|
||||
public static function getProductsProperties($id_lang, $query_result)
|
||||
{
|
||||
$resultsArray = array();
|
||||
if(is_array($query_result))
|
||||
foreach ($query_result AS $row)
|
||||
if ($row2 = Product::getProductProperties($id_lang, $row))
|
||||
$resultsArray[] = $row2;
|
||||
|
||||
Reference in New Issue
Block a user