Jacek Kowalski
2012-08-12 c84030e632e0c7b99b1d17d854fa203b11e7f99a
class/BotAPIGG.php
@@ -6,7 +6,7 @@
   function __construct($msg, $httpcode, $content) {
      $this->httpcode = $httpcode;
      $this->content = $content;
      parent::__construct($msg);
      parent::__construct($msg.' Błąd '.$httpcode);
   }
   
   function __get($name) {