| Anonymous | Login | Signup for a new account | 2010-09-03 06:23 MDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000380 | [v1.3 Release] Contacts | minor | always | 2010-02-22 05:42 | 2010-04-01 00:43 | ||
| Reporter | Joachim | View Status | public | ||||
| Assigned To | caseydk | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | closed | Product Version | |||||
| Summary | 0000380: Call to undefined method CContact::getUpcomingBirthdays() | ||||||
| Description |
PHP Fatal error: Call to undefined method CContact::getUpcomingBirthdays() in /srv/www/htdocs/web2project/modules/contacts/contacts.class.php on line 517 when using ICS calendar. Missing function in CContact. I made the following change to get the calendar to work. public function hook_calendar($userId) { // return $this->getUpcomingBirthdays($userId); return NULL; } |
||||||
| Additional Information | I'm using web2project from svn trunk rev 966 and todos module 1.0.1. | ||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |