mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
set return url from apps page
This commit is contained in:
@@ -54,7 +54,7 @@ function appman_post(&$a) {
|
|||||||
|
|
||||||
if($_SESSION['return_url'])
|
if($_SESSION['return_url'])
|
||||||
goaway(z_root() . '/' . $_SESSION['return_url']);
|
goaway(z_root() . '/' . $_SESSION['return_url']);
|
||||||
goaway(z_root() . '/apps/personal');
|
goaway(z_root() . '/apps');
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ function apps_content(&$a) {
|
|||||||
else
|
else
|
||||||
$mode = 'list';
|
$mode = 'list';
|
||||||
|
|
||||||
|
$_SESSION['return_url'] = $a->cmd;
|
||||||
|
|
||||||
$apps = array();
|
$apps = array();
|
||||||
|
|
||||||
$syslist = get_system_apps();
|
$syslist = get_system_apps();
|
||||||
|
|||||||
Reference in New Issue
Block a user