diff options
author | Brion Vibber <brion@pobox.com> | 2010-09-21 17:25:02 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-09-28 07:44:21 -0700 |
commit | 7ffaf823486c05659379599752ae88a4c7d3339b (patch) | |
tree | a98c15dc1127b534749123efe15cca936912addc | |
parent | e357e13d69c75a55369c6495d09792f3e19269e2 (diff) |
Pull group descriptions in Yammer import
-rw-r--r-- | plugins/YammerImport/yammerimporter.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/YammerImport/yammerimporter.php b/plugins/YammerImport/yammerimporter.php index 48bb5dda2..fb88fc506 100644 --- a/plugins/YammerImport/yammerimporter.php +++ b/plugins/YammerImport/yammerimporter.php @@ -195,6 +195,7 @@ class YammerImporter $options['nickname'] = $item['name']; $options['fullname'] = $item['full_name']; + $options['description'] = $item['description']; $options['created'] = $this->timestamp($item['created_at']); $avatar = $item['mugshot_url']; // as with user profiles... |