Browse Source

Fixed compilation error

David A. Velasco 10 years ago
parent
commit
eab9d689c5

+ 1 - 1
src/com/owncloud/android/operations/SynchronizeFolderOperation.java

@@ -340,7 +340,7 @@ public class SynchronizeFolderOperation extends SyncOperation {
                 requestForDownloadFile(remoteFile);
             } else {
                 // Run new SyncFolderOperation for download children files recursively from a folder
-                RemoteOperation synchFolderOp =  new SyncFolderOperation( mContext,
+                SynchronizeFolderOperation synchFolderOp =  new SynchronizeFolderOperation( mContext,
                         remoteFile.getRemotePath(),
                         mAccount,
                         mCurrentSyncTime);