Completed
Pull Request — devel (#1301)
by
unknown
03:04
created
app/code/community/Nexcessnet/Turpentine/Helper/Esi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.