Adjusted statistics typos

This commit is contained in:
FrancescoUK
2016-09-28 17:33:15 +01:00
parent 9c025c6feb
commit d88aee1676
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ class Home extends Secure_Controller
{
$this->load->library('tracking_lib');
$this->tracking_lib->track_page('Logout', 'logout');
$this->tracking_lib->track_page('logout', 'logout');
}
}
}