diff options
Diffstat (limited to 'actions/entities/delete.php')
-rw-r--r-- | actions/entities/delete.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/entities/delete.php b/actions/entities/delete.php index 823e85c59..251e1f01c 100644 --- a/actions/entities/delete.php +++ b/actions/entities/delete.php @@ -6,8 +6,6 @@ * @subpackage Core */ -gatekeeper(); - $guid = get_input('guid'); $entity = get_entity($guid); |