Skip to content

Commit 1364aae

Browse files
committed
Extend CI_Controller instead of Controller in CI 2.0
1 parent 22536c3 commit 1364aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/controllers/welcome.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
class Welcome extends Controller {
3+
class Welcome extends CI_Controller {
44

55
function Welcome()
66
{

0 commit comments

Comments
 (0)