Jacek Kowalski
2012-08-12 9dae9f90d578b5433df4664c6d1d6406074ca08f
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) {