mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 19:27:52 +02:00
Users Plugin: "about_me" field bug - fixed
This commit is contained in:
@@ -232,6 +232,7 @@
|
|||||||
'lastname' => Request::post('lastname'),
|
'lastname' => Request::post('lastname'),
|
||||||
'email' => Request::post('email'),
|
'email' => Request::post('email'),
|
||||||
'skype' => Request::post('skype'),
|
'skype' => Request::post('skype'),
|
||||||
|
'about_me' => Request::post('about_me'),
|
||||||
'twitter' => Request::post('twitter')))) {
|
'twitter' => Request::post('twitter')))) {
|
||||||
|
|
||||||
// Change password
|
// Change password
|
||||||
|
Reference in New Issue
Block a user