File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
app/code/core/Mage/Adminhtml/Helper Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -42,26 +42,28 @@ class Mage_Adminhtml_Helper_Data extends Mage_Adminhtml_Helper_Help_Mapping
42
42
/**
43
43
* Get mapped help pages url
44
44
*
45
- * @deprecated
46
45
* @param null|string $url
46
+ * @param null|string $suffix
47
47
* @return mixed
48
+ * @deprecated
48
49
*/
49
- public function getPageHelpUrl ($ url = null )
50
+ public function getPageHelpUrl ($ url = null , $ suffix = null )
50
51
{
51
52
if (!$ this ->_pageHelpUrl ) {
52
- $ this ->setPageHelpUrl ($ url );
53
+ $ this ->setPageHelpUrl ($ url, $ suffix );
53
54
}
54
55
return $ this ->_pageHelpUrl ;
55
56
}
56
57
57
58
/**
58
59
* Set help page url
59
60
*
60
- * @deprecated
61
61
* @param null|string $url
62
+ * @param null|string $suffix
62
63
* @return $this
64
+ * @deprecated
63
65
*/
64
- public function setPageHelpUrl ($ url = null )
66
+ public function setPageHelpUrl ($ url = null , $ suffix = null )
65
67
{
66
68
$ this ->_pageHelpUrl = $ url ;
67
69
return $ this ;
You can’t perform that action at this time.
0 commit comments