Summary | OVERQUOTA is used as Exception, but QUOTA is defined instead |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | fzipi (at) fing (dot) edu (dot) uy |
Created | 05/10/2011 (5185 days ago) |
Due | |
Updated | 05/10/2011 (5185 days ago) |
Assigned | |
Resolved | 05/10/2011 (5185 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
Bug #10068: OVERQUOTA instead of QUOTA.Signed-off-by: Michael M Slusarz <slusarz@curecanti.org>
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2702cf4d875135c9db1bbca1de907c2704c56858
Bug #10068: Mismatch between exception name and usage. OVERQUOTA isused in RFC.
Signed-off-by: Michael M Slusarz <slusarz@curecanti.org>
2 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5b30f3f1a3c7e24fe51e94ae4fc1102f0c784a10
New Attachment: 0002-OVERQUOTA-instead-of-QUOTA.patch
in Exception.
Priority ⇒ 1. Low
New Attachment: 0001-Mismatch-between-exception-name-and-usage.-OVERQUOTA.patch
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ OVERQUOTA is used as Exception, but QUOTA is defined instead
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ Horde Framework Packages
HORDE: HORDE [imp] PHP ERROR: constant() [<a
href='function.constant'>function.constant</a>]: Couldn't find
constant Horde_Imap_Client_Exception::OVERQUOTA [pid 6440 on line 216
of "/usr/share/pear/Horde/Imap/Client/Base.php"]
Exception was named QUOTA instead of OVERQUOTA.
Attached patch with this minor correction.