From 437708bf86b35324849202584e42bc325a1d24db Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 11 Jan 2024 12:05:06 +0800 Subject: [PATCH] PHP8 fix --- OutputTranslations.php | 2 ++ 1 file changed, 2 insertions(+) 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()) { -- 2.39.2