[Tickets #13092] Re: Can't create new folders via Ingo app
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Apr 2 17:18:17 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 | maciej.uhlig at us.edu.pl
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 |
------------------------------------------------------------------------------
maciej.uhlig at us.edu.pl (2014-04-02 17:18) wrote:
Just one final note:
this doesn't work (condition is false):
if (isset($vars->$new_id)) {
this does work (condition is true):
$vars_new_id = $vars->$new_id;
if (isset($vars_new_id)) {
Don't ask me why. I'm asking you :-)
More information about the bugs
mailing list