We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eaa8b5 commit 1cd6f19Copy full SHA for 1cd6f19
pub/errors/processor.php
@@ -568,7 +568,7 @@ protected function _validate()
568
*/
569
protected function _setSkin($value, \stdClass $config = null)
570
{
571
- if (preg_match('/^[a-z0-9_]+$/i', $value) && is_dir($this->_indexDir . self::ERROR_DIR . '/' . $value)) {
+ if (preg_match('/^[a-z0-9_]+$/i', $value) && is_dir($this->_errorDir . '/' . $value)) {
572
if (!$config) {
573
if ($this->_config) {
574
$config = $this->_config;
0 commit comments