diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-18 19:15:01 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-18 19:15:01 -0700 |
commit | 6aa159e2ac09a03cdf52f17e0815a3ddc4cb9650 (patch) | |
tree | ee59150767d72547052aff088eeccec70c216193 /mod/apps.php | |
parent | 2963be60e53916c9c6d579745695a54800876f82 (diff) | |
parent | 25e134dd9cb4768291517678286a197d5a4e79a6 (diff) | |
download | volse-hubzilla-6aa159e2ac09a03cdf52f17e0815a3ddc4cb9650.tar.gz volse-hubzilla-6aa159e2ac09a03cdf52f17e0815a3ddc4cb9650.tar.bz2 volse-hubzilla-6aa159e2ac09a03cdf52f17e0815a3ddc4cb9650.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Diffstat (limited to 'mod/apps.php')
-rw-r--r-- | mod/apps.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/apps.php b/mod/apps.php index be9b54307..fcf545421 100644 --- a/mod/apps.php +++ b/mod/apps.php @@ -9,6 +9,8 @@ function apps_content(&$a) { else $mode = 'list'; + $_SESSION['return_url'] = $a->cmd; + $apps = array(); $syslist = get_system_apps(); |