diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index 54b2f9f4c21..7c7400a0564 100644 --- a/index.php +++ b/index.php @@ -39,7 +39,7 @@ try { //show the user a detailed error page OC_Template::printExceptionErrorPage($ex, 503); -} catch (\OC\HintException $ex) { +} catch (\OCP\HintException $ex) { try { OC_Template::printErrorPage($ex->getMessage(), $ex->getHint(), 503); } catch (Exception $ex2) { |