Browse Source

controller should extend base controller.

Taylor Otwell 13 years ago
parent
commit
0fd88b67f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/controllers/home.php

+ 1 - 1
application/controllers/home.php

@@ -1,6 +1,6 @@
 <?php
 
-class Home_Controller {
+class Home_Controller extends Controller {
 
 	/*
 	|--------------------------------------------------------------------------