// Fix id_shop on meta

This commit is contained in:
rMalie
2011-11-30 08:50:16 +00:00
parent 4dcac4d758
commit 20550a246d
+2 -1
View File
@@ -192,7 +192,8 @@ class MetaCore extends ObjectModel
WHERE url_rewrite = \''.pSQL($url_rewrite).'\' AND id_lang = '.(int)($id_lang).'
AND id_shop = '.Context::getContext()->shop->getID(true).'
)
AND id_lang = '.(int)($new_id_lang));
AND id_lang = '.(int)($new_id_lang).'
AND id_shop = '.Context::getContext()->shop->getID(true));
}
}