@@ -85,7 +85,7 @@ |
||
85 | 85 | ->where( |
86 | 86 | $q->expr()->eq('type', $q->quote('include')) |
87 | 87 | ) |
88 | - ->set('type',ConfigurationInterface::TYPE_GROUP) |
|
88 | + ->set('type', ConfigurationInterface::TYPE_GROUP) |
|
89 | 89 | ->set('handling', ConfigurationInterface::HANDLING_INCLUDE); |
90 | 90 | |
91 | 91 | $dbQueries[] = $q->getSQL(); |