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 #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)

View File

@ -8,6 +8,7 @@
namespace humhub\libs;
use Yii;
use yii\base\InvalidArgumentException;
use yii\base\Exception;
@ -248,7 +249,7 @@ class Helpers
* should be configured in dynamic.php like this: 'on afterOpen' => ['humhub\libs\Helpers', 'SqlMode'],
*
* This is mainly required for grouped notifications.
*
*
* @since 1.2.1
* @param $event
*/