|
@@ -49,7 +49,7 @@ |
|
|
block discarded – undo |
|
49
|
49
|
$processor = new ConfigurationProcessor($container, 'netgen_open_graph'); |
|
50
|
50
|
$processor->mapConfig( |
|
51
|
51
|
$config, |
|
52
|
|
- static function ($scopeSettings, $currentScope, ContextualizerInterface $contextualizer) { |
|
|
52
|
+ static function($scopeSettings, $currentScope, ContextualizerInterface $contextualizer) { |
|
53
|
53
|
foreach ($scopeSettings as $key => $value) { |
|
54
|
54
|
$contextualizer->setContextualParameter($key, $currentScope, $value); |
|
55
|
55
|
} |
Please login to merge, or discard this patch.