From bcbe9c0739eb64459a95807ec30b442b3d04edf9 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 12 Aug 2012 13:27:03 +0000
Subject: [PATCH] Poprawienie typu zmiennej z tokenem (brak słowa kluczowego static).

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

diff --git a/class/BotAPIGG.php b/class/BotAPIGG.php
index c8108e1..4bb69a7 100644
--- a/class/BotAPIGG.php
+++ b/class/BotAPIGG.php
@@ -44,7 +44,7 @@
 }
 
 class BotAPIGG extends config {
-	private $token;
+	private static $token;
 	
 	const STATUS_DOSTEPNY = 2;
 	const STATUS_DOSTEPNY_DESC = 4;

--
Gitblit v1.9.1