Fix attach file to profile markdown field (#5697)

This commit is contained in:
Yuriy Bakhtin 2022-05-12 18:41:06 +03:00 committed by GitHub
parent f3462ed605
commit 1a3d38a80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ HumHub Changelog
- Fix #5679: Fix message on decline multiple users - Fix #5679: Fix message on decline multiple users
- Enh #5690: Use theme colors in marketplace modules - Enh #5690: Use theme colors in marketplace modules
- Fix #5689: Check value on colorpicker - Fix #5689: Check value on colorpicker
- Fix #5691: Fix attach file to profile markdown field
1.11.1 (April 22, 2022) 1.11.1 (April 22, 2022)
----------------------- -----------------------

View File

@ -8,9 +8,9 @@
namespace humhub\modules\user\models; namespace humhub\modules\user\models;
use humhub\components\ActiveRecord;
use humhub\modules\user\authclient\AuthClientHelpers; use humhub\modules\user\authclient\AuthClientHelpers;
use Yii; use Yii;
use yii\db\ActiveRecord;
/** /**
* This is the model class for table "profile". * This is the model class for table "profile".