File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Smile_Tracker_Block_Variables_Page_Base extends Smile_Tracker_Block_Variab
25
25
*/
26
26
public function getVariables ()
27
27
{
28
- return $ this ->getPageTypeInformations ();;
28
+ return $ this ->getPageTypeInformations ();
29
29
}
30
30
31
31
/**
@@ -101,7 +101,7 @@ protected function _getPageTypeLabelMap()
101
101
foreach ($ layoutHandlesArr as $ node ) {
102
102
$ identifier = $ node ->getName ();
103
103
$ helper = Mage::helper (Mage_Core_Model_Layout::findTranslationModuleName ($ node ));
104
- $ labelByIdentifier [$ identifier ] = $ this ->helper ('core ' )->jsQuoteEscape ($ helper ->__ ((string )$ node ->label ));
104
+ $ labelByIdentifier [$ identifier ] = $ this ->helper ('core ' )->jsQuoteEscape ($ helper ->__ ((string ) $ node ->label ));
105
105
}
106
106
}
107
107
You can’t perform that action at this time.
0 commit comments