Summary | Syntax error in Ldap driver |
Queue | Turba |
Queue Version | 3.0 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | heinz (at) htl-steyr (dot) ac (dot) at |
Created | 04/06/2011 (5216 days ago) |
Due | |
Updated | 04/06/2011 (5216 days ago) |
Assigned | |
Resolved | 04/06/2011 (5216 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
Bug: 9824Missing new keyword Signed-off-by: Michael J. Rubinsky<mrubinsk@horde.org>
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/14a45bf4810b3eb65baf1998af881a642fbec9cb
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Syntax error in Ldap driver
Type ⇒ Bug
State ⇒ Unconfirmed
is missing
current code:
throw Turba_Exception(sprintf....
patch:
throw new Turba_Exception(sprintf....