From: Alan Date: Thu, 11 Jan 2024 04:05:06 +0000 (+0800) Subject: PHP8 fix X-Git-Url: http://git.roojs.org/?p=Pman.Cms;a=commitdiff_plain;h=437708bf86b35324849202584e42bc325a1d24db PHP8 fix --- diff --git a/OutputTranslations.php b/OutputTranslations.php index 59c10b4c..7e17195f 100644 --- a/OutputTranslations.php +++ b/OutputTranslations.php @@ -5,6 +5,8 @@ require_once 'Pman.php'; /// needed as we might not be included from pman.. class Pman_Cms_OutputTranslations extends Pman { var $lang = 'en'; + var $cachePath; + function get($lang = '', $opts = array()) {