OutputTranslations.php
authoredward <edward@roojs.com>
Fri, 2 Feb 2018 05:44:49 +0000 (13:44 +0800)
committeredward <edward@roojs.com>
Fri, 2 Feb 2018 05:44:49 +0000 (13:44 +0800)
OutputTranslations.php

index 436f439..b16d35d 100644 (file)
@@ -80,7 +80,7 @@ class Pman_Cms_OutputTranslations extends Pman
         
         $this->cachePath = session_save_path() . '/' .
                 $ui['name'] . '-' . $ff->project . '-templatestr/' . 
-                $ff->project . '-' . $ff->version . '.fulloutput.json';
+                $ff->project . '-' . $ff->version . '-' . $this->lang . '.fulloutput.json';
         
         $is_new = false;