- added 'base_path' to stack file name
- updated 'core'
- ignored all stack files
Signed-off-by: Roland Haeder <roland@mxchange.org>
docs/latex/*
docs/warn.log
/nbproject
+data/stacks/*.stack
*/
protected function initSource ($prefix, $sourceName) {
// Construct file stack name
- $stackFileName = sprintf('%s/%s.%s',
+ $stackFileName = sprintf('%s%s/%s.%s',
+ $this->getConfigInstance()->getConfigEntry('base_path'),
$this->getConfigInstance()->getConfigEntry('base_file_stacks_path'),
$sourceName,
$this->getConfigInstance()->getConfigEntry('file_stacks_extension')
-Subproject commit 74cc951d93fe50a3285830bf757d985e0e670c58
+Subproject commit 3f5eecf55062fd4c24d483be590f38359eec5b76