|
Lines 277-282
if ( ! C4::Context->config('tmp_path') ) {
Link Here
|
| 277 |
} |
277 |
} |
| 278 |
} |
278 |
} |
| 279 |
|
279 |
|
|
|
280 |
if( ! C4::Context->config('encryption_key') ) { |
| 281 |
push @xml_config_warnings, { error => 'encryption_key_missing' }; |
| 282 |
} |
| 283 |
|
| 280 |
# Test Zebra facets configuration |
284 |
# Test Zebra facets configuration |
| 281 |
if ( !defined C4::Context->config('use_zebra_facets') ) { |
285 |
if ( !defined C4::Context->config('use_zebra_facets') ) { |
| 282 |
push @xml_config_warnings, { error => 'use_zebra_facets_entry_missing' }; |
286 |
push @xml_config_warnings, { error => 'use_zebra_facets_entry_missing' }; |