diff --git a/Frameworks/Account/AccountBehaviors.swift b/Frameworks/Account/AccountBehaviors.swift index 058e94b5d..b3551f008 100644 --- a/Frameworks/Account/AccountBehaviors.swift +++ b/Frameworks/Account/AccountBehaviors.swift @@ -29,7 +29,7 @@ public struct AccountBehaviors: OptionSet { /** Account doesn't support OPML imports */ - public static let disallowOPMLImports = AccountBehaviors(rawValue: 3) + public static let disallowOPMLImports = AccountBehaviors(rawValue: 4) public let rawValue: Int public init(rawValue: Int) {