mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-20 11:34:22 +00:00
use Runtimes constant
This commit is contained in:
parent
310772d7fe
commit
e7a48f3909
@ -220,7 +220,7 @@
|
|||||||
|
|
||||||
if (site != null)
|
if (site != null)
|
||||||
{
|
{
|
||||||
if (Runtime == "Hybrid" && !site.Hybrid)
|
if (Runtime == Runtimes.Hybrid && !site.Hybrid)
|
||||||
{
|
{
|
||||||
_error = "Hybrid Integration Is Not Enabled For This Site";
|
_error = "Hybrid Integration Is Not Enabled For This Site";
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user