From 0868e0642f694bf5c08951f67f5a4b7eadde041a Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 05 Sep 2013 21:22:22 +0000
Subject: [PATCH] Zmiana numeru wersji na 2.6, testy jednostkowe niektórych klas (PHPUnit), dodanych wiele komentarzy dotyczących metod oraz atrybutów (Doxygen), aktualizacja instrukcji instalacji i aktualizacji.

---
 class/BotImageGG.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/class/BotImageGG.php b/class/BotImageGG.php
index 846388e..ad0ea8b 100644
--- a/class/BotImageGG.php
+++ b/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);
 		}
 		

--
Gitblit v1.9.1