Some fixes, auto language removal (so buggy) and replenishable status.

This commit is contained in:
Yuriy Pikhtarev 2017-06-22 01:42:06 +03:00
commit 2ac12a2e54
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
9 changed files with 35 additions and 43 deletions

View file

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