Codeigniter-Frontend-Language-Files-Editor
Codeigniter-Frontend-Language-Files-Editor copied to clipboard
Declaration of MY_Lang??
A PHP Error was encountered Severity: Runtime Notice Message: Declaration of MY_Lang::line() should be compatible with CI_Lang::line($line, $log_errors = true) Filename: core/MY_Lang.php Line Number: 26 Backtrace:
Replace in core/MY_Lang.php
function line($line = '')
with
function line($line = '', $log_errors = true)
Replace in
core/MY_Lang.php
function line($line = '')
withfunction line($line = '', $log_errors = true)
Thanks a bunch. it worked