DataObjects/Core_template.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Dec 2020 04:29:22 +0000 (12:29 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Dec 2020 04:29:22 +0000 (12:29 +0800)
DataObjects/Core_template.php

index 55d74b6..be5996e 100644 (file)
@@ -432,7 +432,7 @@ WHERE (
         if ($ff->appNameShort) {
             $compileDir .= '_' . $ff->appNameShort;
         }
-        if ($this->version) {
+        if ($ff->version) {
             $compileDir .= '.' . $ff->version;
         }
         $lang = $lang ? $lang : $ff->locale;