Skip to content

Commit 423f74a

Browse files
committed
Do not rewrite (ref: OpenMage/magento-lts#1513)
1 parent bd8d442 commit 423f74a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/code/local/Cm/RedisSession/etc/config.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3838
</modules>
3939
<global>
4040
<models>
41-
<core_resource>
42-
<rewrite>
43-
<session>Cm_RedisSession_Model_Session</session>
44-
</rewrite>
45-
</core_resource>
41+
<cm_redissession>
42+
<class>Cm_RedisSession_Model</class>
43+
</cm_redissession>
4644
</models>
4745
</global>
4846
</config>

0 commit comments

Comments
 (0)