From 1a3d38a80aab76be1f2505ca7cc52d45c520ec14 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Thu, 12 May 2022 18:41:06 +0300 Subject: [PATCH] Fix attach file to profile markdown field (#5697) --- CHANGELOG.md | 1 + protected/humhub/modules/user/models/Profile.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d55fd8e0..7ddcdd2bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ HumHub Changelog - Fix #5679: Fix message on decline multiple users - Enh #5690: Use theme colors in marketplace modules - Fix #5689: Check value on colorpicker +- Fix #5691: Fix attach file to profile markdown field 1.11.1 (April 22, 2022) ----------------------- diff --git a/protected/humhub/modules/user/models/Profile.php b/protected/humhub/modules/user/models/Profile.php index ce780267c2..29a48b5047 100644 --- a/protected/humhub/modules/user/models/Profile.php +++ b/protected/humhub/modules/user/models/Profile.php @@ -8,9 +8,9 @@ namespace humhub\modules\user\models; +use humhub\components\ActiveRecord; use humhub\modules\user\authclient\AuthClientHelpers; use Yii; -use yii\db\ActiveRecord; /** * This is the model class for table "profile".