1
0
Fork 0

Removed dead statement.

pull/1657/head
Stephan Hochdörfer 2013-03-20 08:44:36 +01:00
parent 906563451e
commit df897b42c2
1 changed files with 0 additions and 1 deletions

View File

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