summaryrefslogtreecommitdiffstats
path: root/system/libraries/Driver.php
diff options
context:
space:
mode:
authorMichiel Vugteveen <michiel@it-can.nl>2012-06-02 21:49:27 +0200
committerMichiel Vugteveen <michiel@it-can.nl>2012-06-02 21:49:27 +0200
commitb14f22880807c0c37b856eb6d2884ec4244d9a5c (patch)
tree90c57823800d1d4c4fd407431b7167a3bca15e51 /system/libraries/Driver.php
parent0c5180bcfc996f32176f28895e9bd75be582c4fa (diff)
remove static
Diffstat (limited to 'system/libraries/Driver.php')
-rw-r--r--system/libraries/Driver.php2
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