Summary | undefined constant IMP_BASE |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | tinu (at) humbapa (dot) ch |
Created | 01/09/2008 (6411 days ago) |
Due | |
Updated | 01/09/2008 (6411 days ago) |
Assigned | |
Resolved | 01/09/2008 (6411 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ undefined constant IMP_BASE
Queue ⇒ IMP
New Attachment: api.php.patch
IMP::checkAuthentication without defining IMP_BASE first.
so eg. ingo shows an error like:
Notice: Use of undefined constant IMP_BASE - assumed 'IMP_BASE' in
...horde/imp/lib/Auth/imp.php on line 128
Warning: Auth_imp::require_once(IMP_BASE/lib/IMAP.php): failed to open
stream...
my small patch tries to fix this.
thanks!