Jacek Kowalski
2016-02-13 e80d67e983cb92a5ee8475dd0c112fb448c2cf16
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);
      }