Jacek Kowalski
2012-06-25 d22cb4e8eab080beecd00ca753b5c08aeb29d430
class/BotSession.php
@@ -72,7 +72,9 @@
         }
      }
      catch(Exception $e) {
         if(file_exists(BOT_TOPDIR.'/database/'.sha1($this->user).'.sqlite')) {
         @unlink(BOT_TOPDIR.'/database/'.sha1($this->user).'.sqlite');
         }
         throw $e;
      }
   }