diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-03-01 21:52:29 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-03-01 21:52:29 +0100 |
commit | 43ffffca5f376aacaba9dce85f78dce4e289a1bc (patch) | |
tree | 13f44fb1d97dbbb7459aba80c549a4d73c6aa116 /phpBB/phpbb/install/event/kernel_exception_subscriber.php | |
parent | b324cf1907e2f35ed9689162eb03ceba2358f358 (diff) | |
parent | a38a6ec7f551ca0c5c81969520ad6390e69b0a60 (diff) | |
download | forums-43ffffca5f376aacaba9dce85f78dce4e289a1bc.tar forums-43ffffca5f376aacaba9dce85f78dce4e289a1bc.tar.gz forums-43ffffca5f376aacaba9dce85f78dce4e289a1bc.tar.bz2 forums-43ffffca5f376aacaba9dce85f78dce4e289a1bc.tar.xz forums-43ffffca5f376aacaba9dce85f78dce4e289a1bc.zip |
Merge branch '3.2.x'
Diffstat (limited to 'phpBB/phpbb/install/event/kernel_exception_subscriber.php')
-rw-r--r-- | phpBB/phpbb/install/event/kernel_exception_subscriber.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/install/event/kernel_exception_subscriber.php b/phpBB/phpbb/install/event/kernel_exception_subscriber.php index c2960cb13c..60b7d9a400 100644 --- a/phpBB/phpbb/install/event/kernel_exception_subscriber.php +++ b/phpBB/phpbb/install/event/kernel_exception_subscriber.php @@ -21,6 +21,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface; use Symfony\Component\HttpKernel\KernelEvents; use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent; +use Symfony\Component\HttpFoundation\JsonResponse; /** * Exception handler for the installer |