diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin.php b/include/plugin.php index 2ef33e6fa..2084f9107 100755 --- a/include/plugin.php +++ b/include/plugin.php @@ -128,7 +128,7 @@ function load_plugin($plugin) { try { $func(); } catch (Exception $e) { - handleerrors_plugin($plugin,"Unable to load.","FAILED loading : ".$e->getMessage()); + handleerrors_plugin($plugin,"Unable to load.","FAILED loading : ".$e->getMessage(),true); return; } |