diff --git a/desktop/modal/first.use.php b/desktop/modal/first.use.php index be5d8f13af..7d0d07729e 100644 --- a/desktop/modal/first.use.php +++ b/desktop/modal/first.use.php @@ -21,10 +21,15 @@ } $pluginJeeEasy = false; -if(is_object(plugin::byId('jeeasy'))) { - $pluginJeeEasy = true; +try { + if(is_object(plugin::byId('jeeasy'))) { + $pluginJeeEasy = true; + } +} catch (\Throwable $th) { + } + $showDoc = false; if (config::byKey('doc::base_url', 'core') != '') { $showDoc = true;