Summary | Calendar.php $_background should be checked with isset() |
Queue | Kronolith |
Queue Version | 4.1.2 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | mm (at) freebsd (dot) org |
Created | 07/17/2013 (4348 days ago) |
Due | |
Updated | 07/17/2013 (4348 days ago) |
Assigned | |
Resolved | 07/17/2013 (4348 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit abc666f46143d251467b687bf0d6a9a2d22e20de
Author: Jan Schneider <jan@horde.org>
Date: Wed Jul 17 12:29:03 2013 +0200
Fix existance check (
Bug #12467).kronolith/lib/Calendar.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/abc666f46143d251467b687bf0d6a9a2d22e20de
New Attachment: Calendar.php.patch
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Calendar.php $_background should be checked with isset()
Type ⇒ Bug
State ⇒ Unconfirmed
always set) should check existence with isset(), PHP 5.4 otherwise
reports errors:
Jul 17 01:32:04 server horde: [kronolith] PHP ERROR: Undefined
property: Kronolith_Calendar_Holiday::$_background [pid 50392 on line
62 of "/www/horde/kronolith/lib/Calendar.php"]
Patch against head attached.