Jacek Kowalski
2014-07-06 6d8764c5366e0b1baf66da50230dac623edb2450
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);
      }