Opened 5 years ago

Closed 5 years ago

#1485148 closed Bugs (fixed)

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 (1)

comment:1 Changed 5 years ago by alec

  • Milestone changed from later to 0.2-beta
  • Resolution set to fixed
  • Status changed from new to closed

It was fixed in [c5cc386d].

Note: See TracTickets for help on using tickets.