Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit f12ae59

Browse files
committed
Fix: do not extend Mage_Core_Model_Observer
1 parent 1d09d96 commit f12ae59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/app/code/community/StackExchange/DisableAdvancedSearch/Helper/Data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* SR-Module
44
*
55
* @author Sven Reichel <github-sr@hotmail.com>
6-
* @category Mx
7-
* @package Sr_DisableAdvancedSearch
6+
* @category StackExchange
7+
* @package StackExchange_DisableAdvancedSearch
88
*/
99

1010
/**

src/app/code/community/StackExchange/DisableAdvancedSearch/Model/Observer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* SR-Module
44
*
55
* @author Sven Reichel <github-sr@hotmail.com>
6-
* @category Mx
7-
* @package Sr_DisableAdvancedSearch
6+
* @category StackExchange
7+
* @package StackExchange_DisableAdvancedSearch
88
*/
99

1010
/**
1111
* Observer Model
1212
*/
13-
class StackExchange_DisableAdvancedSearch_Model_Observer extends Mage_Core_Model_Observer
13+
class StackExchange_DisableAdvancedSearch_Model_Observer
1414
{
1515
/**
1616
* Disable Advanced Search at storeview scope

0 commit comments

Comments
 (0)