[Tickets #13092] Re: Can't create new folders via Ingo app

noreply at bugs.horde.org noreply at bugs.horde.org
Sat Apr 5 21:02:25 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-05 21:02) wrote:

> You'll have to debug exactly *why* the isset call is failing on that  
> data in Horde_Variables then.  Since I can't reproduce.

Well, done. Actually the problem is what's being checked while  
returning from __isset() function in .\Horde\.Variables.php:

         return count($this->_expected)
             ? $this->_getExists($this->_expected, $varname, $value)
             : $this->_getExists($this->_vars, $varname, $value);

count($this->_expected) is equal to 3 so $this->_expected is checked  
instead of $this->_vars. Obviously folder_new name is missing from  
expected array.

Although I don't know how do you want to fix it so I don't provide a patch.






More information about the bugs mailing list