mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
fix
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user