Use __construct as constructor instead of Class name
This commit is contained in:
Aaron Gong
2016-01-13 15:59:37 +08:00
parent d0c765ce20
commit 2f0666325f

View File

@@ -3,7 +3,7 @@
class MY_Lang extends CI_Lang
{
function MY_Lang()
function __construct()
{
parent::__construct();
}