Skip to content

Commit

Permalink
Fixed #56
Browse files Browse the repository at this point in the history
_compile_session_data() is 'protected' to be able to extend
MY_Profiler.
  • Loading branch information
yterajima committed Aug 21, 2011
1 parent d66affd commit 8310c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/libraries/Profiler.php
Expand Up @@ -493,7 +493,7 @@ protected function _compile_config()
*
* @return string
*/
private function _compile_session_data()
protected function _compile_session_data()
{
if ( ! isset($this->CI->session))
{
Expand Down Expand Up @@ -555,4 +555,4 @@ public function run()
// END CI_Profiler class

/* End of file Profiler.php */
/* Location: ./system/libraries/Profiler.php */
/* Location: ./system/libraries/Profiler.php */

0 comments on commit 8310c9a

Please sign in to comment.