[Tickets #10632] Missing folder names in "Search Results" tooltip display and Recent Searches select box

bugs at horde.org bugs at horde.org
Tue Oct 11 15:29:12 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10632
------------------------------------------------------------------------------
  Ticket             | 10632
  Created By         | jmDS at hampshire.edu
  Summary            | Missing folder names in "Search Results" tooltip
                     | display and Recent Searches select box
  Queue              | IMP
  Version            | 5.0.13
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


jmDS at hampshire.edu (2011-10-11 15:29) wrote:

On the results page of a search, you can mouse over the text 'Search  
Results' to see the search query used. The part of the text that  
should contain the folder(s) the search was performed on is just '[]',  
however.

In the error log, I see:

PHP ERROR: Trying to get property of non-object [pid 28976 on line 264  
of "/var/www/horde/imp/lib/Search/Query.php"]

Line 264 in /var/www/horde/imp/lib/Search/Query.php is:

$mbox_display[] = $val->display;

but $val is a string, not an object, and the line should be:

$mbox_display[] = $val;

This also shows up in the "Recent Searches" select box, which has '[]'  
instead of the relevant search folder(s) being displayed.





More information about the bugs mailing list