Release preparation. Small bugfixes and readme translation.

This commit is contained in:
Yuriy Pikhtarev 2017-06-12 05:44:10 +03:00
commit 1626614334
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
6 changed files with 37 additions and 40 deletions

View file

@ -62,7 +62,7 @@ function tracker_exit()
function silent_exit()
{
while (@ob_end_clean()) ;
while (ob_end_clean()) ;
tracker_exit();
}