Summary | Problem with global in lib/Giapeto.php |
Queue | Giapeto |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | tammens+horde (at) gmail (dot) com |
Created | 03/23/2006 (7016 days ago) |
Due | |
Updated | 03/23/2006 (7016 days ago) |
Assigned | |
Resolved | 03/23/2006 (7016 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Problem with global in lib/Giapeto.php
Queue ⇒ Giapeto
New Attachment: giapeto.patch
Fatal error: Call to a member function on a non-object in
/data/www/html/horde/giapeto/lib/Giapeto.php on line 908
The non-object is $giapeto, which comes as global.
In the attachment a patch; It eliminates the error, but I don't know
whether this is the expected behavior.