aboutsummaryrefslogtreecommitdiffstats
path: root/mod/layouts.php
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-09 15:45:08 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-09 15:45:08 -0700
commit2619b60721c328aacbf7bd30d47476a68ce9b203 (patch)
treec58c9ca44ea6ffce92249076ffa3ca2ed8930f8e /mod/layouts.php
parent4fd80304a55d7edb1a558ff1fdcbff795fa12302 (diff)
downloadvolse-hubzilla-2619b60721c328aacbf7bd30d47476a68ce9b203.tar.gz
volse-hubzilla-2619b60721c328aacbf7bd30d47476a68ce9b203.tar.bz2
volse-hubzilla-2619b60721c328aacbf7bd30d47476a68ce9b203.zip
make sure we redirect to a sane place after deleting a webpage element
Diffstat (limited to 'mod/layouts.php')
-rw-r--r--mod/layouts.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/layouts.php b/mod/layouts.php
index 2616513f8..4640c6690 100644
--- a/mod/layouts.php
+++ b/mod/layouts.php
@@ -33,6 +33,8 @@ function layouts_content(&$a) {
$which = argv(1);
+ $_SESSION['return_url'] = $a->query_string;
+
$uid = local_channel();
$owner = 0;
$channel = null;