fix license undefined variable

This commit is contained in:
Thein Lin Kyaw
2020-02-13 15:14:17 +06:30
parent 123d4a4c15
commit 21ffa588cb

View File

@@ -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"