zchannel rename to new_channel

This commit is contained in:
friendica
2012-10-29 21:59:49 -07:00
parent f608373d08
commit dca20f4227
10 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ function register_post(&$a) {
authenticate_success($result['account'],true,false,true);
if(! strlen($next_page = get_config('system','workflow_register_next')))
$next_page = 'zchannel';
$next_page = 'new_channel';
$_SESSION['workflow'] = true;