1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +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 * @return void
*/ */
public function init(): void public function init()
{ {
$tp = e107::getParser(); $tp = e107::getParser();