File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Mage_Catalog_Model_Resource_Product_Attribute_Backend_Urlkey extends Mage_
31
31
/**
32
32
* Before save
33
33
*
34
- * @param Varien_Object $object
34
+ * @param Mage_Catalog_Model_Product $object
35
35
* @return $this
36
36
*/
37
37
public function beforeSave ($ object )
@@ -51,7 +51,7 @@ public function beforeSave($object)
51
51
/**
52
52
* Refresh product rewrites
53
53
*
54
- * @param Varien_Object $object
54
+ * @param Mage_Catalog_Model_Product $object
55
55
* @return $this
56
56
*/
57
57
public function afterSave ($ object )
Original file line number Diff line number Diff line change @@ -2395,11 +2395,6 @@ parameters:
2395
2395
count : 1
2396
2396
path : app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Media.php
2397
2397
2398
- -
2399
- message : " #^Call to an undefined method Varien_Object\\ :\\ :formatUrlKey\\ (\\ )\\ .$#"
2400
- count : 1
2401
- path : app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Urlkey.php
2402
-
2403
2398
-
2404
2399
message : " #^Method Mage_Catalog_Model_Url\\ :\\ :refreshProductRewrites\\ (\\ ) invoked with 3 parameters, 1 required\\ .$#"
2405
2400
count : 1
You can’t perform that action at this time.
0 commit comments