Skip to content

Commit

Permalink
Dev: added TODO about copying the options twig/js when copying a temp…
Browse files Browse the repository at this point in the history
…late
  • Loading branch information
LouisGac committed Jul 19, 2017
1 parent 8b96b9f commit 6a8d96a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/templates.php
Expand Up @@ -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);
Expand Down

0 comments on commit 6a8d96a

Please sign in to comment.