Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Fixed Cp class filename typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Imrie committed Oct 28, 2012
1 parent 1eefcc0 commit 8e3f841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

$e =& get_instance();
$e->load->file(APPPATH."libraries/cp.php");
$e->load->file(APPPATH."libraries/Cp.php");

/**
* Mock CP Library
Expand Down

0 comments on commit 8e3f841

Please sign in to comment.