mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-19 17:02:55 +00:00
修改报错
This commit is contained in:
parent
3320f99965
commit
e87f76d3e2
1
vendor/xaboy/form-builder/src/Form.php
vendored
1
vendor/xaboy/form-builder/src/Form.php
vendored
@ -397,6 +397,7 @@ class Form
|
|||||||
{
|
{
|
||||||
ob_start();
|
ob_start();
|
||||||
$form = $this;
|
$form = $this;
|
||||||
|
$rule = $this->getRules();
|
||||||
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'view' . DIRECTORY_SEPARATOR . 'formScript.php';
|
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'view' . DIRECTORY_SEPARATOR . 'formScript.php';
|
||||||
$script = ob_get_clean();
|
$script = ob_get_clean();
|
||||||
return $script;
|
return $script;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user