summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-10-06 14:41:18 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-10-07 12:11:06 -0300
commit459024de9e36aea0813aa01a570b68db7e9c1a26 (patch)
treeac54c343fb057219aaad7b128cfe0adc9a1125ff /changes
parentd3519a062ea6924fa6b6b5cb4d804b5a39eb249f (diff)
[bug] consider STANDALONE for the paths
Since we need to write a file we have to consider whether we are running in 'standalone' mode or not to use the right path prefix. - Related: #7512
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-7512_use-right-config-path1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-7512_use-right-config-path b/changes/bug-7512_use-right-config-path
new file mode 100644
index 0000000..b472431
--- /dev/null
+++ b/changes/bug-7512_use-right-config-path
@@ -0,0 +1 @@
+- Consider standalone flag when saving events certificates. Related #7512.