Skip to content

Commit 1ec1d3e

Browse files
author
roman
committed
MAGETWO-95386: Fixed incorrect design exceptions functional
1 parent aab002b commit 1ec1d3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Theme/Model/Design/Backend/Exceptions.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@ public function getValue()
170170
return $this->validateValue($this->getData('value')) ?: [];
171171
}
172172

173+
/**
174+
* Validate config on appropriate value
175+
*
176+
* @param $value
177+
* @return bool
178+
*/
173179
private function validateValue($value)
174180
{
175181
try {

0 commit comments

Comments
 (0)