diff options
author | friendica <info@friendica.com> | 2012-09-25 17:57:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-09-25 17:57:20 -0700 |
commit | fbafd92f7f7b96b215b98f30de9a1ccbdb3479be (patch) | |
tree | f1f6739d513ac297fbd14162b8377cc4cf84c784 /mod/zregister.php | |
parent | dd5725c2725b742473ce285dce8573da37fb8053 (diff) | |
download | volse-hubzilla-fbafd92f7f7b96b215b98f30de9a1ccbdb3479be.tar.gz volse-hubzilla-fbafd92f7f7b96b215b98f30de9a1ccbdb3479be.tar.bz2 volse-hubzilla-fbafd92f7f7b96b215b98f30de9a1ccbdb3479be.zip |
moving a lot of structure around. 'entity' is now 'channel'
Diffstat (limited to 'mod/zregister.php')
-rw-r--r-- | mod/zregister.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/zregister.php b/mod/zregister.php index 478921c3f..a83f42bd0 100644 --- a/mod/zregister.php +++ b/mod/zregister.php @@ -105,7 +105,7 @@ function zregister_post(&$a) { authenticate_success($result['account'],true,false,true); if(! strlen($next_page = get_config('system','workflow_register_next'))) - $next_page = 'zentity'; + $next_page = 'zchannel'; $_SESSION['workflow'] = true; |