use Runtimes constant
This commit is contained in:
parent
310772d7fe
commit
e7a48f3909
@ -220,7 +220,7 @@
|
||||
|
||||
if (site != null)
|
||||
{
|
||||
if (Runtime == "Hybrid" && !site.Hybrid)
|
||||
if (Runtime == Runtimes.Hybrid && !site.Hybrid)
|
||||
{
|
||||
_error = "Hybrid Integration Is Not Enabled For This Site";
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user