thomascube
2012-03-22 b8ea16017804e20997cd29fa3b9cc4c1b91d9e8a
Always return the correct connection state

1 files modified
3 ■■■■ changed files
program/include/rcmail.php 3 ●●●● patch | view | raw | blame | history
program/include/rcmail.php
@@ -728,11 +728,10 @@
      }
      else {
        $this->set_storage_prop();
        return $storage->is_connected();
      }
    }
    return false;
    return $storage->is_connected();
  }