aboutsummaryrefslogtreecommitdiffstats
path: root/view/logout.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-15 06:31:47 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-15 06:31:47 +0100
commit80b57e664a3df68994108a3d511468b249e0bbff (patch)
tree44eb74a6943ecc26a795f136e79d653c39955d63 /view/logout.tpl
parent4fcdada4320d5d5619eb3a1f517d0fea6b26857b (diff)
parentb06c5983a4dae26dd24aecd7473bad98558cd6fc (diff)
downloadvolse-hubzilla-80b57e664a3df68994108a3d511468b249e0bbff.tar.gz
volse-hubzilla-80b57e664a3df68994108a3d511468b249e0bbff.tar.bz2
volse-hubzilla-80b57e664a3df68994108a3d511468b249e0bbff.zip
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'view/logout.tpl')
-rwxr-xr-xview/logout.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/logout.tpl b/view/logout.tpl
index 6a84a5bbc..efc971df8 100755
--- a/view/logout.tpl
+++ b/view/logout.tpl
@@ -1,4 +1,4 @@
-<form action="" method="post" >
+<form action="$dest_url" method="post" >
<div class="logout-wrapper">
<input type="hidden" name="auth-params" value="logout" />
<input type="submit" name="submit" id="logout-button" value="$logout" />