Javascript errors now are sent to syslog
This commit is contained in:
parent
a1d80a5f42
commit
9cdb3102d5
|
@ -15,6 +15,6 @@ if (isset ($_REQUEST['file'])
|
|||
,$_REQUEST['stack']
|
||||
));
|
||||
|
||||
closeLog ();
|
||||
closelog ();
|
||||
|
||||
?>
|
||||
|
|
|
@ -75,6 +75,7 @@ Vn.Module = new Class
|
|||
,_destroy: function ()
|
||||
{
|
||||
this.close ();
|
||||
this.parent ();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue