File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ public static function init($baseDir = "", $verbose = true) {
202
202
203
203
// set-up the various dirs
204
204
self ::$ options ["configDir " ] = self ::$ userConfigDir ;
205
+ self ::$ options ["configPath " ] = self ::$ userConfigPath ;
205
206
self ::$ options ["coreDir " ] = is_dir (self ::$ options ["baseDir " ]."_core " ) ? self ::$ options ["baseDir " ]."_core " : self ::$ options ["baseDir " ]."core " ;
206
207
self ::$ options ["exportDir " ] = isset (self ::$ options ["exportDir " ]) ? self ::$ options ["baseDir " ].self ::cleanDir (self ::$ options ["exportDir " ]) : self ::$ options ["baseDir " ]."exports " ;
207
208
self ::$ options ["publicDir " ] = isset (self ::$ options ["publicDir " ]) ? self ::$ options ["baseDir " ].self ::cleanDir (self ::$ options ["publicDir " ]) : self ::$ options ["baseDir " ]."public " ;
You can’t perform that action at this time.
0 commit comments