mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Fix #3512: Broken error handling if SQL mode cannot be switched
This commit is contained in:
parent
6b70b60a5b
commit
a406f9f7de
@ -8,6 +8,7 @@ HumHub Change Log
|
||||
- Fix #3647: GroupID field is not translatable in Registration Form
|
||||
- Fix #3655: Fix CommentLink widget Comment class usage conflict
|
||||
- Fix #3638: Update Notification Causes System Warning
|
||||
- Fix #3512: Broken error handling if SQL mode cannot be switched
|
||||
|
||||
|
||||
1.3.15 (August 22, 2019)
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
namespace humhub\libs;
|
||||
|
||||
use Yii;
|
||||
use yii\base\InvalidArgumentException;
|
||||
use yii\base\Exception;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user