Codeigniter-Frontend-Language-Files-Editor icon indicating copy to clipboard operation
Codeigniter-Frontend-Language-Files-Editor copied to clipboard

Declaration of MY_Lang??

Open DonGraham80 opened this issue 7 years ago • 2 comments

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:

DonGraham80 avatar Apr 04 '17 18:04 DonGraham80

Replace in core/MY_Lang.php function line($line = '') with function line($line = '', $log_errors = true)

noex avatar Jan 07 '18 13:01 noex

Replace in core/MY_Lang.php function line($line = '') with function line($line = '', $log_errors = true)

Thanks a bunch. it worked

TG-Codes avatar Mar 31 '21 17:03 TG-Codes