make sure we redirect to a sane place after deleting a webpage element

This commit is contained in:
friendica 2015-04-09 15:45:08 -07:00
parent 4fd80304a5
commit 2619b60721
4 changed files with 7 additions and 1 deletions

View File

@ -33,6 +33,8 @@ function blocks_content(&$a) {
$which = argv(1);
$_SESSION['return_url'] = $a->query_string;
$uid = local_channel();
$owner = 0;
$channel = null;

View File

@ -33,6 +33,8 @@ function layouts_content(&$a) {
$which = argv(1);
$_SESSION['return_url'] = $a->query_string;
$uid = local_channel();
$owner = 0;
$channel = null;

View File

@ -32,6 +32,8 @@ function webpages_content(&$a) {
}
$which = argv(1);
$_SESSION['return_url'] = $a->query_string;
$uid = local_channel();
$owner = 0;

View File

@ -1 +1 @@
2015-04-08.996
2015-04-09.997