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) {
@@ -44,7 +44,7 @@
}
class BotAPIGG extends config {
   private $token;
   private static $token;
   
   const STATUS_DOSTEPNY = 2;
   const STATUS_DOSTEPNY_DESC = 4;
@@ -189,7 +189,7 @@
      return $tok;
   }
   
   function existsImage() {
   function existsImage($hash) {
      $auth = $this->APIs['Gadu-Gadu'];
      $token = $this->getToken();