1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Syntax fix for PHP 5.6

This commit is contained in:
Cameron
2022-03-28 08:52:56 -07:00
parent e29096ced4
commit a6c4c4c9d0

View File

@@ -356,7 +356,7 @@ class linkwords_parse
/**
* @return void
*/
public function init(): void
public function init()
{
$tp = e107::getParser();