Skip to content

Commit

Permalink
fixed observers
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Oct 25, 2024
1 parent 94ee1fc commit f28f9f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 @@ -72,7 +72,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
6 changes: 3 additions & 3 deletions app/code/core/Mage/Adminhtml/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@
<forgot_email_template>system_emails_forgot_email_template</forgot_email_template>
<forgot_email_identity>general</forgot_email_identity>
</emails>
<dashboard>
<enable_charts>1</enable_charts>
</dashboard>
<catalog>
<frontend>
<allowed_html_tags_list>a,abbr,acronym,address,applet,area,base,basefont,bdo,big,blockquote,br,button,caption,center,cite,code,col,colgroup,dd,del,dfn,dir,div,dl,dt,em,i,fieldset,font,form,frame,frameset,h1,h2,h3,h4,h5,h6,hr,img,input,ins,kbd,label,legend,li,map,menu,meta,noscript,ol,optgroup,option,p,param,pre,q,s,samp,select,small,span,strike,strong,b,sub,sup,table,tbody,td,textarea,tfoot,th,thead,title,tr,tt,u,ul,var</allowed_html_tags_list>
Expand Down Expand Up @@ -223,6 +220,9 @@
<global_search>
<enable>1</enable>
</global_search>
<dashboard>
<enable_charts>1</enable_charts>
</dashboard>
</admin>
</default>
<stores>
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 @@ -83,7 +83,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 @@ -445,7 +445,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 f28f9f6

Please sign in to comment.