Skip to content

Commit 65a96c4

Browse files
author
Phil Sturgeon
committed
Updated welcome controller to 2.0.
1 parent 22536c3 commit 65a96c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/controllers/welcome.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22

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

55
function Welcome()
66
{
7-
parent::Controller();
7+
parent::__construct();
88
}
99

1010
function index()

0 commit comments

Comments
 (0)