diff options
author | emkael <emkael@tlen.pl> | 2016-04-20 17:17:59 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-04-20 17:17:59 +0200 |
commit | d923fd65d3d70f80852bb53b77f2724fecccb7d9 (patch) | |
tree | 4bc026cf8ec14b1ec1bab5ab916edb374f19f7dd /app/php/db/config.xml | |
parent | 4e9251ea265a24e749b7756da2585663e8f85232 (diff) |
* switching to namespace-based DB config path
Diffstat (limited to 'app/php/db/config.xml')
-rw-r--r-- | app/php/db/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/php/db/config.xml b/app/php/db/config.xml index 20b1c4c..cf484d0 100644 --- a/app/php/db/config.xml +++ b/app/php/db/config.xml @@ -3,6 +3,6 @@ <modules> <module id="db" class="Application.db.DBModule" - config="db/config.json" /> + config="Application.db.config" /> </modules> </configuration> |