From 39657115d6aad7508b698b2ff3ebeac6d481955c Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 12 Oct 2012 21:37:24 +0300 Subject: [PATCH] Users Plugin: "about_me" field bug - fixed --- plugins/box/users/users.plugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/box/users/users.plugin.php b/plugins/box/users/users.plugin.php index c219cae..76ba797 100644 --- a/plugins/box/users/users.plugin.php +++ b/plugins/box/users/users.plugin.php @@ -232,6 +232,7 @@ 'lastname' => Request::post('lastname'), 'email' => Request::post('email'), 'skype' => Request::post('skype'), + 'about_me' => Request::post('about_me'), 'twitter' => Request::post('twitter')))) { // Change password