Skip to content

Commit

Permalink
Extend CI_Controller instead of Controller in CI 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianewing committed Feb 14, 2011
1 parent 22536c3 commit 1364aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/welcome.php
@@ -1,6 +1,6 @@
<?php

class Welcome extends Controller {
class Welcome extends CI_Controller {

function Welcome()
{
Expand Down

0 comments on commit 1364aae

Please sign in to comment.