- Fix call to undefined method rcube_result_index::isError() (#1488328)

pull/1/head
alecpl 13 years ago
parent 3c71c67118
commit 1d7dcc641c

@ -1453,7 +1453,7 @@ class rcube_imap_generic
// Invoke SEARCH as a fallback
$index = $this->search($mailbox, 'ALL UNSEEN', false, array('COUNT'));
if (!$index->isError()) {
if (!$index->is_error()) {
return $index->count();
}

Loading…
Cancel
Save