commit | b14f22880807c0c37b856eb6d2884ec4244d9a5c | [log] [tgz] |
---|---|---|
author | Michiel Vugteveen <michiel@it-can.nl> | Sat Jun 02 21:49:27 2012 +0200 |
committer | Michiel Vugteveen <michiel@it-can.nl> | Sat Jun 02 21:49:27 2012 +0200 |
tree | 90c57823800d1d4c4fd407431b7167a3bca15e51 | |
parent | 0c5180bcfc996f32176f28895e9bd75be582c4fa [diff] [blame] |
remove static
diff --git a/system/libraries/Driver.php b/system/libraries/Driver.php index c79698c..d67ee25 100644 --- a/system/libraries/Driver.php +++ b/system/libraries/Driver.php
@@ -51,7 +51,7 @@ * * @var string */ - protected static $lib_name; + protected $lib_name; /** * The first time a child is used it won't exist, so we instantiate it