Bug submitting forms in FA 2.4.x when checkbox field not changed. Fixed
[fa-stable.git] / includes / references.inc
index 249dccf7cf53bdd263083e57e7ebb33552193dfa..ff65fa387f25fa6533f1499109169b813fea7e70 100644 (file)
@@ -151,6 +151,7 @@ class references
                        }
                }
 
+               $out .= $template;      // add postfix
                if (!preg_match('/^([^\{]*)?\{([^\}]*)\}(.*)/', $out, $match)) {        // parse index
                        display_error(_("Missing numeric placeholder in refline definition."));
                        return $out;