diff --git a/app/View/Pages/home.ctp b/app/View/Pages/home.ctp index f305fb3d4..687401792 100644 --- a/app/View/Pages/home.ctp +++ b/app/View/Pages/home.ctp @@ -94,7 +94,7 @@ if (isset($filePresent)): $errorMsg = $connectionError->getMessage(); if (method_exists($connectionError, 'getAttributes')): $attributes = $connectionError->getAttributes(); - if (isset($errorMsg['message'])): + if (isset($attributes['message'])): $errorMsg .= '
' . $attributes['message']; endif; endif;