Fix #3512: Broken error handling if SQL mode cannot be switched

This commit is contained in:
Lucas Bartholemy 2019-09-24 13:18:11 +02:00
parent 6b70b60a5b
commit a406f9f7de
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@ HumHub Change Log
- Fix #3647: GroupID field is not translatable in Registration Form - Fix #3647: GroupID field is not translatable in Registration Form
- Fix #3655: Fix CommentLink widget Comment class usage conflict - Fix #3655: Fix CommentLink widget Comment class usage conflict
- Fix #3638: Update Notification Causes System Warning - Fix #3638: Update Notification Causes System Warning
- Fix #3512: Broken error handling if SQL mode cannot be switched
1.3.15 (August 22, 2019) 1.3.15 (August 22, 2019)

View File

@ -8,6 +8,7 @@
namespace humhub\libs; namespace humhub\libs;
use Yii;
use yii\base\InvalidArgumentException; use yii\base\InvalidArgumentException;
use yii\base\Exception; use yii\base\Exception;