mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-19 08:42:54 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d40eb76518
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();
|
||||
$form = $this;
|
||||
$rule = $this->getRules();
|
||||
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'view' . DIRECTORY_SEPARATOR . 'formScript.php';
|
||||
$script = ob_get_clean();
|
||||
return $script;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user