Updating a constructor to be compatible with PHP 7
-
Hello,
To ensure compatibility with PHP 7, I think
function Browser( $useragent = "" ) {
in /includes/libraries/browser.php needs to be updated to:function __construct( $useragent = "" ) {
Please let me know if you have any question.
Thanks,
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Updating a constructor to be compatible with PHP 7’ is closed to new replies.