等风来 %!s(int64=7) %!d(string=hai) anos
pai
achega
e87f76d3e2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      vendor/xaboy/form-builder/src/Form.php

+ 1 - 0
vendor/xaboy/form-builder/src/Form.php

@@ -397,6 +397,7 @@ class Form
     {
         ob_start();
         $form = $this;
+        $rule = $this->getRules();
         require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'view' . DIRECTORY_SEPARATOR . 'formScript.php';
         $script = ob_get_clean();
         return $script;