CRM-13388 - Fix upgrade error due to undefined column, "description"
authorTim Otten <totten@civicrm.org>
Thu, 12 Sep 2013 23:24:12 +0000 (16:24 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 12 Sep 2013 23:24:12 +0000 (16:24 -0700)
commit2141efbfd240ce7daa6a4bd68f61f585b5ec34cf
tree5fede8b8177d979b089fc406661394d555075c28
parent1a5fc03bf0a9573c086ac0a49f7cd778e5d14c1b
CRM-13388 - Fix upgrade error due to undefined column, "description"

This change allow civicrm_user_categories() to call getModuleUFGroup() without fetching the unused "descripton" column. During an upgrade, civicrm_user_categories() runs before the "description" column is created.

----------------------------------------
* CRM-13388: Drush upgrade fails due to missing column, civicrm_uf_group.description
  http://issues.civicrm.org/jira/browse/CRM-13388
CRM/Core/BAO/UFGroup.php