Browse Source

change name function

Marino Faggiana 8 years ago
parent
commit
14e4a96a81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/FileSystem/NCManageDatabase.swift

+ 1 - 1
iOSClient/FileSystem/NCManageDatabase.swift

@@ -109,7 +109,7 @@ class NCManageDatabase: NSObject {
         }
     }
     
-    func updateAccount(_ account: String, password: String) {
+    func setAccountPassword(_ account: String, password: String) {
         
         let realm = try! Realm()