diff options
Diffstat (limited to 'views/default/tidypics/forms/edit.php')
-rw-r--r-- | views/default/tidypics/forms/edit.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/default/tidypics/forms/edit.php b/views/default/tidypics/forms/edit.php index 0acccaee0..cec1945f0 100644 --- a/views/default/tidypics/forms/edit.php +++ b/views/default/tidypics/forms/edit.php @@ -107,7 +107,9 @@ ?>
<input type="hidden" name="guid" value="<?php echo $vars['entity']->getGUID(); ?>" />
<?php
- }
+ }
+
+ echo elgg_view('input/securitytoken');
?>
<input type="hidden" name="container_guid" value="<?php echo $container_guid; ?>" />
<input type="hidden" name="subtype" value="<?php echo $subtype; ?>" />
|