mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
#1879 Ürün seçenekleri ve GET seçenekleri
This commit is contained in:
parent
c764f6f5ea
commit
047a21b2d4
@ -42,9 +42,10 @@ class OptionConfigurationController extends PublicController
|
||||
|
||||
public function confAddCart()
|
||||
{
|
||||
$conf = $this->optionConfigurationRepository->find($this->request->configuration);
|
||||
|
||||
$conf->name = $this->optionConfigurationRepository->getName($this->request->configuration);
|
||||
if($conf = $this->optionConfigurationRepository->find($this->request->configuration))
|
||||
{
|
||||
$conf->name = $conf->getName();
|
||||
|
||||
$this->adv_model->authControl();
|
||||
|
||||
@ -57,3 +58,4 @@ class OptionConfigurationController extends PublicController
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user