aboutsummaryrefslogtreecommitdiffstats
path: root/view/group_drop.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-18 17:54:12 -0700
committerfriendica <info@friendica.com>2012-03-18 17:54:12 -0700
commitc286681158a5c766d740f66cc70d1ef95c34b92a (patch)
treedc385ee21f8f0f55fe79984b68422d3f7a0007b4 /view/group_drop.tpl
parent6aab641bfdbe958d8d292908fa8d84de13490d06 (diff)
parent453b5b46a370e3f01f2c948ac3eddf0bcd82c741 (diff)
downloadvolse-hubzilla-c286681158a5c766d740f66cc70d1ef95c34b92a.tar.gz
volse-hubzilla-c286681158a5c766d740f66cc70d1ef95c34b92a.tar.bz2
volse-hubzilla-c286681158a5c766d740f66cc70d1ef95c34b92a.zip
Merge pull request #147 from CatoTH/master
CSRF-Protection in the group-related form
Diffstat (limited to 'view/group_drop.tpl')
-rwxr-xr-xview/group_drop.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/group_drop.tpl b/view/group_drop.tpl
index cbae1610f..2cbebbb8e 100755
--- a/view/group_drop.tpl
+++ b/view/group_drop.tpl
@@ -1,5 +1,5 @@
<div class="group-delete-wrapper button" id="group-delete-wrapper-$id" >
- <a href="group/drop/$id"
+ <a href="group/drop/$id?t=$form_security_token"
onclick="return confirmDelete();"
id="group-delete-icon-$id"
class="icon drophide group-delete-icon"