JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: added pulldown support, added leftcheck
[wfpl.git] / template.php
index 28b4814..2425275 100644 (file)
@@ -246,7 +246,7 @@ function template_filler($matches) {
                foreach($encs as $enc) {
                        $enc = "enc_$enc";
                        if(function_exists($enc)) {
-                               $value = $enc($value);
+                               $value = $enc($value, $tag);
                        } else {
                                print "ERROR: encoder function '$enc' not found.<br>\n";
                                exit(1);