Jacek Kowalski
2014-06-11 1128f2ee2379a8473a36631c51b7c2dfb39c0651
class/BotImageGG.php
@@ -16,7 +16,7 @@
   
   function getImageData() {
      if($this->data === NULL) {
         $push = new BotGGAPI();
         $push = new BotAPIGG();
         $this->data = $push->getImage($this->hash);
      }