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

index 79770ec..17f4005 100644 (file)
@@ -454,7 +454,7 @@ WHERE (
             // then in theory there are no translations
             return;
         }
-        if (file_exists($fname) && strtotime($ts->update) < filemtime($fname)) {
+        if (file_exists($fname) && strtotime($ts->updated) < filemtime($fname)) {
             return; // file exists and is newer than our updated line.
         }
         DB_DataObject::debugLevel(1);