CiviCRM 2.1+ compatibility
EvanDonovan - April 7, 2009 - 15:09
| Project: | CiviCRM Active User |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | EvanDonovan |
| Status: | needs review |
Jump to:
Description
The CiviCRM Active User module 6.x-1.x-dev is broken in its current state. Attached is a patch that fixes the error in hook_menu and which makes the module compatible with CiviCRM 2.1+ (tested with CiviCRM 2.2).
If you make use of this module, please review the code. If it works for you, I am considering applying to take over maintenance of the module so I can get it committed to the 6.x branch.
| Attachment | Size |
|---|---|
| civicrm_activeuser_v2-2.patch | 3.81 KB |

#1
Also, I just saw that menu strings shouldn't be wrapped in t(). So that would need fixing too, but it's trivial.