13
0

fix templates: copy plugin state

This commit is contained in:
Robin Gareus 2014-09-28 18:22:47 +02:00
parent 6fbd0a62e4
commit 3353b48646

View File

@ -2016,7 +2016,7 @@ Session::save_template (string template_name)
return -1;
}
copy_files (plugins_dir(), template_plugin_state_path);
copy_recurse (plugins_dir(), template_plugin_state_path);
return 0;
}