mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
if(isset($_POST['create_custom_field'])){
|
||||
|
||||
require_once('post/custom_field_model.php');
|
||||
require_once 'post/custom_field_model.php';
|
||||
|
||||
|
||||
$table = sanitizeInput($_POST['table']);
|
||||
|
||||
@@ -23,7 +24,8 @@ if(isset($_POST['create_custom_field'])){
|
||||
|
||||
if(isset($_POST['edit_custom_field'])){
|
||||
|
||||
require_once('post/custom_field_model.php');
|
||||
require_once 'post/custom_field_model.php';
|
||||
|
||||
|
||||
$custom_field_id = intval($_POST['custom_field_id']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user