Always return the correct connection state

pull/1/head
thomascube 12 years ago
parent 0223094701
commit b8ea160178

@ -728,11 +728,10 @@ class rcmail
}
else {
$this->set_storage_prop();
return $storage->is_connected();
}
}
return false;
return $storage->is_connected();
}

Loading…
Cancel
Save