Summary | dynamic view problem |
Queue | Kronolith |
Queue Version | 3.0.15 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | thierry.voyat (at) ac-amiens (dot) fr |
Created | 03/15/2012 (4862 days ago) |
Due | |
Updated | 03/19/2012 (4858 days ago) |
Assigned | |
Resolved | 03/19/2012 (4858 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 3.0.16 |
Patch | No |
commit cd24c2c51f741ccb928195ff8d0bc1b000c8850e
Author: Jan Schneider <jan@horde.org>
Date: Mon Mar 19 22:26:05 2012 +0100
[jan] Fix fatal error if no external calendars are available (
Bug #11079).kronolith/docs/CHANGES | 1 +
kronolith/package.xml | 2 ++
kronolith/templates/index/index.inc | 2 --
3 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/cd24c2c51f741ccb928195ff8d0bc1b000c8850e
State ⇒ Resolved
Milestone ⇒ 3.0.16
Patch ⇒ No
commit cd24c2c51f741ccb928195ff8d0bc1b000c8850e
Author: Jan Schneider <jan@horde.org>
Date: Mon Mar 19 22:26:05 2012 +0100
[jan] Fix fatal error if no external calendars are available (
Bug #11079).kronolith/docs/CHANGES | 1 +
kronolith/package.xml | 2 ++
kronolith/templates/index/index.inc | 2 --
3 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/cd24c2c51f741ccb928195ff8d0bc1b000c8850e
New Attachment: kronolith_capi.patch
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ dynamic view problem
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ Yes
State ⇒ Unconfirmed
PHP Fatal error: Call to a member function api() on a non-object in
... horde/kronolit
h/templates/index/index.inc on line 142
On line 142 of kronolith/templates/index/index.inc, you use
"$c->api()" but $c is not an object but an array of one object element.
This bug seems to be introduced from kronolith-3.0.13
Patch attached
Thanks