File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
app/code/core/Mage/Eav/Model/Entity/Attribute Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -2172,12 +2172,6 @@ parameters:
21722172 count : 1
21732173 path : app/code/core/Mage/Eav/Model/Entity/Attribute/Abstract.php
21742174
2175- -
2176- rawMessage : ' Call to an undefined method Mage_Eav_Model_Resource_Entity_Attribute_Group::deleteGroups().'
2177- identifier : method.notFound
2178- count : 1
2179- path : app/code/core/Mage/Eav/Model/Entity/Attribute/Group.php
2180-
21812175 -
21822176 rawMessage : ' Call to an undefined method Mage_Eav_Model_Entity_Collection_Abstract::getStoreId().'
21832177 identifier : method.notFound
Original file line number Diff line number Diff line change @@ -41,14 +41,4 @@ public function itemExists()
4141 {
4242 return $ this ->_getResource ()->itemExists ($ this );
4343 }
44-
45- /**
46- * Delete groups
47- *
48- * @return $this
49- */
50- public function deleteGroups ()
51- {
52- return $ this ->_getResource ()->deleteGroups ($ this );
53- }
5444}
You can’t perform that action at this time.
0 commit comments