Skip to content

Commit

Permalink
OM PR 4309
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Oct 29, 2024
1 parent 27b90a2 commit 90ada58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Admin/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<admin_user_authenticate_after>
<observers>
<admin_user_login>
<class>Mage_Admin_Model_Observer</class>
<class>admin/observer</class>
<method>actionAdminAuthenticate</method>
</admin_user_login>
</observers>
Expand Down
2 changes: 1 addition & 1 deletion app/code/core/Mage/Api2/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<api_user_authenticated>
<observers>
<api2_upgrade_key>
<class>Mage_Api2_Model_Observer</class>
<class>api2/observer</class>
<method>upgradeApiKey</method>
</api2_upgrade_key>
</observers>
Expand Down
2 changes: 1 addition & 1 deletion app/code/core/Mage/Customer/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
<customer_customer_authenticated>
<observers>
<customer_upgrade_password>
<class>Mage_Customer_Model_Observer</class>
<class>customer/observer</class>
<method>actionUpgradeCustomerPassword</method>
</customer_upgrade_password>
</observers>
Expand Down

0 comments on commit 90ada58

Please sign in to comment.