Summary | uncaught exception in gollem/manager.php (205) listFolder |
Queue | Gollem |
Queue Version | 2.0 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | herde (at) tu-harburg (dot) de |
Created | 11/22/2011 (4975 days ago) |
Due | 11/30/2011 (4967 days ago) |
Updated | 11/22/2011 (4975 days ago) |
Assigned | |
Resolved | 11/22/2011 (4975 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 2.0.1 |
Patch | Yes |
State ⇒ Resolved
Milestone ⇒ 2.0.1
Catch and re-throw as Gollem_Exception (
Bug #10789).1 files changed, 10 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/269a1cc063b58f99a78231639219e4c4d0d5a7da
Priority ⇒ 2. Medium
New Attachment: uncaught-exception-manager.php.htm
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Gollem
Due ⇒ 11/30/2011
Summary ⇒ uncaught exception in gollem/manager.php (205) listFolder
Type ⇒ Bug
State ⇒ Unconfirmed
See attachment and diff:
diff manager.php manager.php.o
226c226
< } catch (Exception $e) { $notification->push(sprintf(_("Error:
%s"), $e->getMessage()), 'horde.error');}
---