Removed dead statement.

main
Stephan Hochdörfer 11 years ago
parent 906563451e
commit df897b42c2

@ -229,7 +229,6 @@ class RemoteFilesystem
} }
throw new TransportException('The "'.$this->fileUrl.'" file could not be downloaded ('.trim($message).')', $messageCode); throw new TransportException('The "'.$this->fileUrl.'" file could not be downloaded ('.trim($message).')', $messageCode);
break;
case STREAM_NOTIFY_AUTH_RESULT: case STREAM_NOTIFY_AUTH_RESULT:
if (403 === $messageCode) { if (403 === $messageCode) {

Loading…
Cancel
Save