From 4ec6000d69e286f8f0bbdb39d78cbc89b38307b5 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Tue, 23 May 2017 15:47:13 +0530 Subject: [PATCH] v1.9.6 --- config/app.php | 2 +- release-notes.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index 4b6ca98ea..6c74a4407 100644 --- a/config/app.php +++ b/config/app.php @@ -12,7 +12,7 @@ return [ | application. If disabled, a simple generic error page is shown. | */ - 'debug' => env('APP_DEBUG', true), + 'debug' => env('APP_DEBUG', false), /* |-------------------------------------------------------------------------- | Error Log diff --git a/release-notes.txt b/release-notes.txt index 121d0c112..ca1cb9476 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -25,7 +25,7 @@ | v1.9.6 Facebook login bug fix patch |===================================================== ## Bug Fixed - Token parsing issue for Facebook which pevents users from login the system using Facebook oAuth API. + Token parsing issue for Facebook which prevents users from login the system using Facebook oAuth API. |===================================================== | v1.9.5 (security hot fixt patch2)