This commit is contained in:
Mitan Omar
2019-05-28 02:56:27 +02:00
parent 8f8237e6d3
commit 2e9d06ea82

View File

@@ -176,7 +176,7 @@ switch ($case):
continue;
}
if (isset($plugin_info['preview']) && defined('KLEEJA_DEV'))
if (isset($plugin_info['preview']) && defined('DEV_STAGE'))
{
$plugin_file = $plugin_info['preview'];
}
@@ -603,7 +603,7 @@ switch ($case):
continue;
}
if (isset($plugin_info['preview']) && defined('KLEEJA_DEV'))
if (isset($plugin_info['preview']) && defined('DEV_STAGE'))
{
$plugin_file = $plugin_info['preview'];
}