Summary | Using third-party Driver causes php error |
Queue | Sam |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | Nathaniel.Clark (at) misrule (dot) us |
Created | 10/04/2012 (4671 days ago) |
Due | |
Updated | 10/15/2012 (4660 days ago) |
Assigned | |
Resolved | 10/08/2012 (4667 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit acd2635b556e84b791976430c4cdd4384f9e4f64
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 8 15:03:59 2012 +0200
Support parameters for custom drivers (
Request #11465).sam/lib/Factory/Driver.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/acd2635b556e84b791976430c4cdd4384f9e4f64
State ⇒ Resolved
commit acd2635b556e84b791976430c4cdd4384f9e4f64
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 8 15:03:59 2012 +0200
Support parameters for custom drivers (
Request #11465).sam/lib/Factory/Driver.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/acd2635b556e84b791976430c4cdd4384f9e4f64
Priority ⇒ 1. Low
New Attachment: sam-factory.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Sam
Summary ⇒ Using third-party Driver causes php error
Type ⇒ Bug
State ⇒ Unconfirmed
Drivers are listed in a switch statement. If a third-party driver is
added then a variable params is left undefined and causes sam to fail
to run at all. This adds a default to the switch statement that just
passes the params defined in the config file to the driver.