1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Clean-up gsitemap plugin for recent PHP versions

This commit is contained in:
Tijn Kuyper 2019-10-11 18:19:31 +02:00
parent 5ffa7953f0
commit 0d2b81b741
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

View File

@ -31,13 +31,13 @@ class gsitemap
var $errortext;
var $freq_list = array();
function gsitemap()
//function gsitemap()
function __construct()
{
/* constructor */
$mes = e107::getMessage();
$this->freq_list = array
(
"always" => GSLAN_11,