mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Fix attach file to profile markdown field (#5697)
This commit is contained in:
parent
f3462ed605
commit
1a3d38a80a
@ -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)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
@ -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".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user