Summary | Fix crash after successful import |
Queue | Mnemo |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 06/18/2014 (4033 days ago) |
Due | |
Updated | 06/20/2014 (4031 days ago) |
Assigned | |
Resolved | 06/20/2014 (4031 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit a045a74024d13c715072d555cc44defb9cf1ea9a
Author: Jan Schneider <jan@horde.org>
Date: Fri Jun 20 15:22:00 2014 +0200
[jan] Fix error after successful import (Thomas Jarosch
<thomas.jarosch@intra2net.com>,
Bug #13272).mnemo/docs/CHANGES | 2 ++
mnemo/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/a045a74024d13c715072d555cc44defb9cf1ea9a
commit 9b764174432eb80d940b0248db7479e91127fcdb
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Jun 19 17:05:01 2014 +0200
Fix crash after successful import
Don't overwrite completely different
$storage object with the backend driver.
Detected by using the Kolab driver:
It throws an exception if you call $driver->get('target').
Code structure cloned from nag.
Bug: 13272Signed-off-by: Jan Schneider <jan@horde.org>
mnemo/data.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/9b764174432eb80d940b0248db7479e91127fcdb
State ⇒ Resolved
commit ad9de973d228616c2f6b79d1ce827284f1e87a2d
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Jun 19 17:05:01 2014 +0200
Fix crash after successful import
Don't overwrite completely different
$storage object with the backend driver.
Detected by using the Kolab driver:
It throws an exception if you call $driver->get('target').
Code structure cloned from nag.
Bug: 13272Signed-off-by: Jan Schneider <jan@horde.org>
mnemo/data.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/ad9de973d228616c2f6b79d1ce827284f1e87a2d
Priority ⇒ 1. Low
New Attachment: 0001-Fix-crash-after-successful-import.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Mnemo
Summary ⇒ Fix crash after successful import
Type ⇒ Bug
State ⇒ Unconfirmed
We were overwriting the $storage variable that actually
contains a "Horde_Core_Data_Storage" object.