From 94c6bf10acd7e6a4599c99e127a24761b0d3ccc1 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Mon, 22 Feb 2010 10:34:55 +0300 Subject: [PATCH] - bugfix: loadConfig() was not declared as static --- src/common.php | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.php b/src/common.php index c3afd99..5a447c9 100644 --- a/src/common.php +++ b/src/common.php @@ -87,7 +87,7 @@ class Config public static $config; - public function loadConfig($config) + public static function loadConfig($config) { self::$config = $config; } diff --git a/version.txt b/version.txt index 8c9698a..aaf8be7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.3.4 \ No newline at end of file +1.3.5 \ No newline at end of file