From 91547505ee1ca685864f238e1db67b71aa8dc33f Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 16 Sep 2012 20:40:13 +0000
Subject: [PATCH] Poprawienie niepoprawnego użycia $msg->session (brak wywołania metody setClass()) w module kino.

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

diff --git a/class/legacy/main.php b/class/legacy/main.php
index f12d831..4cc740d 100644
--- a/class/legacy/main.php
+++ b/class/legacy/main.php
@@ -1,6 +1,6 @@
 <?php
 class main {
-	const VERSION = '2.3';
-	const VERSION_NUM = '2.3';
+	const VERSION = '2.4';
+	const VERSION_NUM = '2.4';
 }
 ?>

--
Gitblit v1.9.1