Ticket #1485148 (closed Bugs: fixed)

Opened 5 months ago

Last modified 5 months ago

Search bug - PHP 5.2.6 does not like join() with bogus args

Reported by: tuffmail Owned by:
Priority: 5 Milestone: 0.2-beta
Component: Client Scripts Version: 0.1.1
Severity: normal Keywords:
Cc:

Description

With 0.1.1 and PHP 5.2.6 search was never finding anything.

PHP Warning: join() Invalid arguments passed in roundcubemail-0.1.1/program/include/rcube_imap.inc on line 673

$msgs is already a string from the is_array() test earlier in _list_header_set(). The join in the _fetch_headers() call breaks search for me and its not needed.

$this->_fetch_headers($mailbox, $msgs, $a_msg_headers, NULL)

Change History

Changed 5 months ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from later to 0.2-beta

It was fixed in r1353.

Note: See TracTickets for help on using tickets.