Merge "Storage: Type against ILBFactory and ILoadBalancer in storage classes"
[lhc/web/wiklou.git] / includes / Storage / SqlBlobStore.php
index 04da606..e0e14b0 100644 (file)
@@ -220,9 +220,6 @@ class SqlBlobStore implements IDBAccessObject, BlobStore {
                        if ( $this->useExternalStore ) {
                                // Store and get the URL
                                $data = ExternalStore::insertToDefault( $data );
-                               if ( !$data ) {
-                                       throw new BlobAccessException( "Failed to store text to external storage" );
-                               }
                                if ( $flags ) {
                                        $flags .= ',';
                                }