aboutsummaryrefslogtreecommitdiffstats
path: root/view/logout.tpl
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-03-15 10:18:06 +0100
committerzottel <github@zottel.net>2012-03-15 10:18:06 +0100
commit69f4448adaf7afddf00deeb2f832938d5505abcf (patch)
treec849dae276511aa93ba1ef8b2b90098116d65f3e /view/logout.tpl
parent282465edaba57795b8c02d1fb6eaa8a2fbbad9bf (diff)
parenta7fd3a8b245a09f376081f23f5d23d907d21ecfa (diff)
downloadvolse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.tar.gz
volse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.tar.bz2
volse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.zip
Merge remote branch 'upstream/master'
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" />