CfgPlugin : improve trace
This commit is contained in:
parent
b03de37d78
commit
c939dab5e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue