Skip to content

Commit

Permalink
Remove Comment
Browse files Browse the repository at this point in the history
As requested removed useless comment
  • Loading branch information
William Knauss committed Nov 28, 2012
1 parent 401fb49 commit 0ab4d3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/libraries/Driver.php
Expand Up @@ -160,7 +160,6 @@ public function load_driver($child)
// Did we finally find the class?
if ( ! class_exists($class_name))
{
// last ditch effort. Maybe someone is coding by the 2.1 driver style.
if (class_exists($child_name))
{
$class_name = $child_name;
Expand Down

0 comments on commit 0ab4d3a

Please sign in to comment.