Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Forgotten to parent method
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 28, 2014
1 parent 81171d4 commit ab196dd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -43,6 +43,7 @@ public function parseSpecificContributions(&$contribNode){
if(!$tplNodeList->length) return ;
$contribNode->removeChild($tplNodeList->item(0));
}
parent::parseSpecificContributions($contribNode);
}

public function switchAction($action, $httpVars, $fileVars)
Expand Down

0 comments on commit ab196dd

Please sign in to comment.