fix license undefined variable
This commit is contained in:
@@ -197,7 +197,7 @@ class License
|
||||
|
||||
def self.check_license_subdomain(lookup)
|
||||
aes = MyAesCrypt.new
|
||||
aes_key, aes_iv = aes.export_key(license_key)
|
||||
aes_key, aes_iv = aes.export_key(lookup)
|
||||
|
||||
server_mode = ENV["SERVER_MODE"]
|
||||
unless ENV["SERVER_MODE"] == "cloud"
|
||||
|
||||
Reference in New Issue
Block a user