PHP8 fix
[Pman.Cms] / 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())
     {