Jacek Kowalski
2016-02-12 e785f2c811a3e6bef9e53ad1ae91f3c774d2f42f
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);
      }