diff --git a/application/controllers/admin/templates.php b/application/controllers/admin/templates.php index 652ab6078de..224ff875e53 100644 --- a/application/controllers/admin/templates.php +++ b/application/controllers/admin/templates.php @@ -480,6 +480,7 @@ public function templatecopy() if ($mkdirresult == 1) { // We just copy the while directory structure, but only the xml file + // TODO: copy template options $oFileHelper->copyDirectory($copydirname,$newdirname, array('fileTypes' => array('xml', 'png', 'jpg'))); $templatename = $newname; //TemplateConfiguration::removeAllNodes($newdirname);