/**
  * Custom is_writable function to test on problematic servers
  *
  * @param string $path
  * @return boolean True if write was successful
  */
 protected function is_writable2($path)
 {
     return $this->install->is_writable2($path);
 }