summaryrefslogtreecommitdiff
path: root/app/php/model
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-04-13 23:27:42 +0200
committeremkael <emkael@tlen.pl>2016-04-13 23:27:42 +0200
commitabb76a1bb499d59dbdfd7f0f5d0ac60cb4d64f07 (patch)
tree1f5bbf80d27d6b7014f23ff53db40328e46dd440 /app/php/model
parentc1349cc8f23d6186bbaeedd5ea0a06228a16f030 (diff)
* ActiveRecord config module named
Diffstat (limited to 'app/php/model')
-rw-r--r--app/php/model/config.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/php/model/config.xml b/app/php/model/config.xml
index 20e1277..a729150 100644
--- a/app/php/model/config.xml
+++ b/app/php/model/config.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<modules>
- <module class="System.Data.ActiveRecord.TActiveRecordConfig"
+ <module id="active-record"
+ class="System.Data.ActiveRecord.TActiveRecordConfig"
ConnectionID="db"
EnableCache="true" />
</modules>