Skip to content

Commit 30f5c71

Browse files
committed
updated README
1 parent 85a2975 commit 30f5c71

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,34 @@ Install via modman or copy the files into your magento installation.
1515
### BE CAREFUL
1616
This extension writes a lot of data into the database and we exclude only a few core classes. If you have many writes in the backend, please have a look into this to avoid a full hard disk!
1717

18-
To exclude a class, add it into the node `config/default/firegento_AdminMonitoring_config/exclude/object_types`
18+
To exclude a class, add it into the node `config/default/firegento_adminmonitoring_config/exclude/object_types`
1919

2020
<config>
2121
<default>
22-
<firegento_AdminMonitoring_config>
22+
<firegento_adminmonitoring_config>
2323
<exclude>
2424
<object_types>
2525
<Mage_Index_Model_Event />
2626
<!-- omit infinite loops -->
2727
<Firegento_AdminMonitoring_Model_History />
2828
</object_types>
2929
</exclude>
30-
</firegento_AdminMonitoring_config>
30+
</firegento_adminmonitoring_config>
3131
</default>
3232
</config>
3333

3434
You can also exclude fields like updated_at ...
3535

3636
<config>
3737
<default>
38-
<firegento_AdminMonitoring_config>
38+
<firegento_adminmonitoring_config>
3939
<exclude>
4040
<fields>
4141
<updated_at />
4242
<update_time />
4343
</fields>
4444
</exclude>
45-
</firegento_AdminMonitoring_config>
45+
</firegento_adminmonitoring_config>
4646
</default>
4747
</config>
4848

@@ -54,7 +54,7 @@ To do this observe the firegento_AdminMonitoring_rowurl event and see Firegento_
5454
If you want to log your own events just dispatch the firegento_AdminMonitoring_log event:
5555

5656
Mage::dispatchEvent(
57-
'firegento_AdminMonitoring_log',
57+
'firegento_adminmonitoring_log',
5858
array(
5959
'object_id' => $objectId,
6060
'object_type' => $objectType,

0 commit comments

Comments
 (0)