We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b897eeb commit 3fbc50fCopy full SHA for 3fbc50f
modules/backend/widgets/ReportContainer.php
@@ -82,7 +82,7 @@ public function __construct($controller, $configuration = null)
82
$configuration = 'config_report_container.yaml';
83
}
84
85
- if (!is_array($configuration)) {
+ if (is_string($configuration)) {
86
$path = $controller->getConfigPath($configuration);
87
if (File::isFile($path)) {
88
$configuration = $this->makeConfig($path);
0 commit comments