Jacek Kowalski
2014-11-01 86e3eb332bbc3f0d1d33fe87dd5e6015bc108bf3
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);
      }