CfgPlugin : improve trace

This commit is contained in:
sparkyx 2020-11-19 11:01:52 +01:00
parent b03de37d78
commit c939dab5e5

View file

@ -83,7 +83,7 @@ if ( isset ($_POST['save_plugin'])){
}
catch (Exception $exc)
{
record_log($exc->getTraceAsString());
record_log($exc->getMessage()." trace:".$exc->getTraceAsString());
$profile_name=$cn->get_value('select profile.p_name from profile where p_id=$1'
,array($profile));
echo '<p class="notice">';