Jacek Kowalski
2012-08-12 09ac53ee541b28ef9cd04f04174f59fe7bfe100b
class/BotMsgGG.php
@@ -70,7 +70,7 @@
      {
         if(count($this->images) > 0) {
            $push = new BotAPIGG();
            foreach($this->images as $data) {
            foreach($this->images as $image) {
               if(!$push->existsImage($image[2])) {
                  $push->putImage($image[3]);
               }