Javascript errors now are sent to syslog

This commit is contained in:
Juan Ferrer Toribio 2015-08-31 15:56:01 +02:00
parent a1d80a5f42
commit 9cdb3102d5
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,6 @@ if (isset ($_REQUEST['file'])
,$_REQUEST['stack']
));
closeLog ();
closelog ();
?>

View File

@ -75,6 +75,7 @@ Vn.Module = new Class
,_destroy: function ()
{
this.close ();
this.parent ();
}
});