parent
9e7e7f51e9
commit
379a24e5f2
38 changed files with 71 additions and 19 deletions
|
|
@ -58,7 +58,7 @@ if (isset($_POST['change_profile']))
|
|||
catch (Exception $exc)
|
||||
{
|
||||
echo $exc->getMessage();
|
||||
error_log( $exc->getTraceAsString());
|
||||
record_log( $exc->getTraceAsString());
|
||||
throw $exc;
|
||||
}
|
||||
}
|
||||
|
|
@ -97,7 +97,7 @@ if (isset($_POST['change_stock']))
|
|||
catch (Exception $exc)
|
||||
{
|
||||
echo $exc->getMessage();
|
||||
error_log($exc->getTraceAsString());
|
||||
record_log($exc->getTraceAsString());
|
||||
throw $exc;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue