Continued:
authorRoland Haeder <roland@mxchange.org>
Thu, 15 May 2014 21:05:27 +0000 (23:05 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 15 May 2014 21:05:27 +0000 (23:05 +0200)
- added 'base_path' to stack file name
- updated 'core'
- ignored all stack files

Signed-off-by: Roland Haeder <roland@mxchange.org>
.gitignore
application/hub/main/source/class_BaseUrlSource.php
core

index f5c07af24bb62597a00c5ac8e9f9911bfdb068fd..95266607c6b9876d9459dbc11af13bfc2bfef9cf 100644 (file)
@@ -10,3 +10,4 @@ docs/html/*
 docs/latex/*
 docs/warn.log
 /nbproject
+data/stacks/*.stack
index 391346d32eba3ad79b88832d8ec2b6914e46df94..be0ac63ccdbe0304183c91d7dd2844f6e9c6d10a 100644 (file)
@@ -42,7 +42,8 @@ class BaseUrlSource extends BaseSource {
         */
        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')
diff --git a/core b/core
index 74cc951d93fe50a3285830bf757d985e0e670c58..3f5eecf55062fd4c24d483be590f38359eec5b76 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 74cc951d93fe50a3285830bf757d985e0e670c58
+Subproject commit 3f5eecf55062fd4c24d483be590f38359eec5b76