Skip to content

Commit 0c2bae6

Browse files
committed
Removed own backend model
1 parent 30cc40c commit 0c2bae6

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

src/app/code/community/Sr/AllowSymlink/Model/System/Config/Backend/Symlink.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/app/code/community/Sr/AllowSymlink/etc/config.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
<config>
33
<modules>
44
<Sr_AllowSymlink>
5-
<version>0.0.2</version>
5+
<version>1.1.0</version>
66
</Sr_AllowSymlink>
77
</modules>
8-
<global>
9-
<models>
10-
<sr_allowsymlink>
11-
<class>Sr_AllowSymlink_Model</class>
12-
</sr_allowsymlink>
13-
</models>
14-
</global>
158
</config>

src/app/code/community/Sr/AllowSymlink/etc/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<fields>
99
<allow_symlink>
1010
<show_in_default>1</show_in_default>
11-
<backend_model>sr_allowsymlink/system_config_backend_symlink</backend_model>
11+
<backend_model>core/config_data</backend_model>
1212
</allow_symlink>
1313
</fields>
1414
</template>

0 commit comments

Comments
 (0)