#1488305 closed Bugs (fixed)
Incorrect function calls
| Reported by: | grosjo | Owned by: | |
|---|---|---|---|
| Priority: | 3 | Milestone: | 0.8-beta |
| Component: | Core functionality | Version: | git-master |
| Severity: | major | Keywords: | |
| Cc: |
Description
Seen in "logs/error"
[15-Jan-2012 20:03:55 UTC] PHP Fatal error: Call to a member function unset_flag() on a non-object in /data/21online/mail/plugins/markasjunk/markasjunk.php on line 51
and
[16-Jan-2012 05:46:24 UTC] PHP Fatal error: Call to a member function list_mailboxes() on a non-object in /data/21online/mail/program/include/main.inc on line 1255
Change History (3)
comment:1 Changed 16 months ago by alec
- Component changed from Addressbook to Core functionality
- Milestone changed from later to 0.8-beta
comment:2 Changed 16 months ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in [c321a955].
comment:3 Changed 16 months ago by grosjo
Thank you
Note: See
TracTickets for help on using
tickets.

It's because of mistake in committing changes from devel-framework branch into plugins directory. We're working on this.