[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' => [ 'settings' => [
[ [
'group' => $sModuleId.'_main', 'group' => Constants::OXID_MODULE_ID.'_main',
'name' => $sModuleId.'_showManufacturertextOnDetailsPage', 'name' => Constants::OXID_MODULE_ID.'_showManufacturertextOnDetailsPage',
'type' => 'bool', 'type' => 'bool',
'value' => true, 'value' => true,
], ],