mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 00:04:01 +01:00
Fix call to a member function get_compressed() on a non-object
This commit is contained in:
@@ -1384,7 +1384,7 @@ class rcube_imap extends rcube_storage
|
||||
public function index_direct($folder, $sort_field = null, $sort_order = null, $search = null)
|
||||
{
|
||||
if (!empty($search)) {
|
||||
$search = $this->search_set->get_compressed();
|
||||
$search = $search->get_compressed();
|
||||
}
|
||||
|
||||
// use message index sort as default sorting
|
||||
|
||||
Reference in New Issue
Block a user