mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Syntax fix for PHP 5.6
This commit is contained in:
@@ -356,7 +356,7 @@ class linkwords_parse
|
|||||||
/**
|
/**
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function init(): void
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
||||||
$tp = e107::getParser();
|
$tp = e107::getParser();
|
||||||
|
Reference in New Issue
Block a user