diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-04 22:07:37 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-04 22:07:37 +0200 |
commit | 005dd437c506706f3f277eac76eb1b4a3bbc1b2d (patch) | |
tree | fdbbce7610a569d18dc839b6b44b3c89b116b3df /system/libraries | |
parent | 10d78f61399dd647ada0afaa43e5e9ec48d55e82 (diff) | |
parent | 2fd0506ebcfeeadc0a07c4667d1997d0d30b205e (diff) |
Merge pull request #1420 from IT-Can/fix-issue-1419
Fix issues #1397, #1419
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Driver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Driver.php b/system/libraries/Driver.php index c79698c7b..d67ee2549 100644 --- a/system/libraries/Driver.php +++ b/system/libraries/Driver.php @@ -51,7 +51,7 @@ class CI_Driver_Library { * * @var string */ - protected static $lib_name; + protected $lib_name; /** * The first time a child is used it won't exist, so we instantiate it |