diff options
Diffstat (limited to 'mod/zchannel.php')
-rw-r--r-- | mod/zchannel.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/zchannel.php b/mod/zchannel.php index f401d91c6..eca22b0a9 100644 --- a/mod/zchannel.php +++ b/mod/zchannel.php @@ -73,6 +73,10 @@ function zchannel_post(&$a) { return; } + $newuid = $result['channel']['channel_id']; + + change_channel($result['channel']['channel_id']); + if(! strlen($next_page = get_config('system','workflow_channel_next'))) $next_page = 'settings'; |