summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2011-03-09 05:05:10 +0100
committerGreg Aker <greg.aker@ellislab.com>2011-03-09 05:05:10 +0100
commit2fad65e97309ef254dc18ac43a12ead88c21d5a9 (patch)
tree558e7e62dfaed22b4c9c766d3ea8075223014d5d /application/controllers
parent1e85af54ffc3e31938ec85987849a93c28bb988d (diff)
parent03103109eabae90f7c34ea0545d27f01eebc31f7 (diff)
Automated merge with http://hg.ellislab.com/CodeIgniter2
Diffstat (limited to 'application/controllers')
-rw-r--r--application/controllers/welcome.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php
index 79689f012..4ed67500b 100644
--- a/application/controllers/welcome.php
+++ b/application/controllers/welcome.php
@@ -2,12 +2,7 @@
class Welcome extends CI_Controller {
- function __construct()
- {
- parent::__construct();
- }
-
- function index()
+ public function index()
{
$this->load->view('welcome_message');
}