|
@@ -373,7 +373,7 @@ |
|
|
block discarded – undo |
|
373
|
373
|
* @param string $blockName value of name= attribute in layout XML |
|
374
|
374
|
* @return Mage_Core_Model_Layout_Element |
|
375
|
375
|
*/ |
|
376
|
|
- public function getEsiLayoutBlockNode($layout,$blockName) { |
|
|
376
|
+ public function getEsiLayoutBlockNode($layout, $blockName) { |
|
377
|
377
|
// first try very specific by checking for action setEsiOptions inside block |
|
378
|
378
|
$blockNode = current($layout->getNode()->xpath( |
|
379
|
379
|
sprintf('//block[@name=\'%s\'][action[@method=\'setEsiOptions\']]', |
Please login to merge, or discard this patch.