We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054dea3 commit 4acd492Copy full SHA for 4acd492
model/common/store.php
@@ -19,7 +19,7 @@ public function getStores()
19
$sql->from('store', 's');
20
if (_PS_VERSION_ > '1.7.0.0') {
21
$sql->leftJoin('store_lang', 'sl', 'sl.`id_store` = s.`id_store`');
22
- $sql->where('cl.`id_lang` = ' . (int) $this->context->language->id);
+ $sql->where('sl.`id_lang` = ' . (int) $this->context->language->id);
23
}
24
$sql->where('s.`active` = 1');
25
0 commit comments