[Fixed] empty var

This commit is contained in:
MaxBuhe01 2024-11-20 18:51:50 +01:00
parent 8f046ed231
commit 4c374ff39c

View File

@ -54,8 +54,8 @@ $aModule = [
],
'settings' => [
[
'group' => $sModuleId.'_main',
'name' => $sModuleId.'_showManufacturertextOnDetailsPage',
'group' => Constants::OXID_MODULE_ID.'_main',
'name' => Constants::OXID_MODULE_ID.'_showManufacturertextOnDetailsPage',
'type' => 'bool',
'value' => true,
],