UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Fri, 3 Jun 2016 07:48:38 +0000 (15:48 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 3 Jun 2016 07:48:38 +0000 (15:48 +0800)
UpdateDatabase.php

index f6b8a93..d956b81 100644 (file)
@@ -762,6 +762,7 @@ class Pman_Core_UpdateDatabase extends Pman
             }
             if ($up) {
                 $cm->update($old);
+                continue; /// we do not import the body content of templates that exist...
             } else {
                 $cm->insert();
             }