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