mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
bad name for constructor fixed
parent
bc32e41091
commit
b87f9ffb1e
@ -30,7 +30,7 @@ class Browser extends Controller {
|
||||
'test' => '/home'
|
||||
);
|
||||
|
||||
function Welcome()
|
||||
function Browser()
|
||||
{
|
||||
parent::Controller();
|
||||
// FAL check here
|
||||
|
Loading…
x
Reference in New Issue
Block a user