mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Added method postUDF to controller system/UDF/UDF
This commit is contained in:
@@ -68,8 +68,6 @@ class UDF extends APIv1_Controller
|
||||
$udfs = $this->post();
|
||||
$validation = $this->_validate($udfs);
|
||||
|
||||
var_dump($udfs);exit;
|
||||
|
||||
if (isSuccess($validation))
|
||||
{
|
||||
$caller = null;
|
||||
|
||||
Reference in New Issue
Block a user