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