[Tickets #13092] Re: Can't create new folders via Ingo app
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Apr 3 06:16:09 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/13092
------------------------------------------------------------------------------
Ticket | 13092
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Can't create new folders via Ingo app
Queue | Ingo
Version | 3.1.4
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2014-04-03 00:16) wrote:
> this doesn't work (condition is false):
>
> if (isset($vars->$new_id)) {
What if you change to:
if ($vars->exists($new_id))
(If that works, then it pretty much proves your PHP version is broken).
More information about the bugs
mailing list