# HG changeset patch # User Franck Deroche # Date 1192968863 -7200 # Node ID 61dee7e34a9dfbd023428d74db6379ad6d7e466d # Parent f80e9010e64d7da028b6ef1a68836ca72b687fda Changer de nom de variable, c'est bien, mais faut l'faire partout. diff -r f80e9010e64d -r 61dee7e34a9d class.template.php --- a/class.template.php Sun Oct 21 13:21:57 2007 +0200 +++ b/class.template.php Sun Oct 21 14:14:23 2007 +0200 @@ -42,7 +42,7 @@ $futureNode = $node->insertBefore($futureNode, $tmp->orig); foreach($array as $sel => $test) { $locSelector = $this->parseSelector($sel, $node); - if(isset($localSelector->attribute)) + if(isset($locSelector->attribute)) $futureNode->setAttribute($locSelector->attribute, $test); else { $content = $this->parseReplacement($test);