PHP8 fix master
authorAlan <alan@roojs.com>
Thu, 11 Jan 2024 04:05:06 +0000 (12:05 +0800)
committerAlan <alan@roojs.com>
Thu, 11 Jan 2024 04:05:06 +0000 (12:05 +0800)
OutputTranslations.php

index 59c10b4..7e17195 100644 (file)
@@ -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())
     {